# Make Camera Look At And Follow Actor

Grammar — Make the camera look at and follow actor for player player
FlagsNative | Action

Make the camera target follow an actor, without changing the camera eye position. Use “No Actor” to stop looking at any actor.

# Arguments

  • int — Player
  • actor — Actor

Returns — void

native void CameraLookAtActor(int player, actor a);

Category: Camera / Camera Tricks

# Examples

— None found —