# Look At Target From Point With Z Offset

Grammar — Look at target at point with Z offset z
FlagsFunction

Returns an actor that is an invisible look at target actor at the specified point.

# Arguments

  • point — Point
  • fixed — Z

Returns — actor

actor libNtve_gf_LookAtTargetFromPointWithZOffset(
	point lp_point,
	fixed lp_z,
);

Category: Actor / Look At

# Examples

— None found —