Camera
The Camera API is used to manipulate the player’s perspective.
Functions
Section titled “Functions”IsFirstPerson
Section titled “IsFirstPerson”Returns true if the player is in first person. Does not account for zooming into first person when in third person.
Returns
Section titled “Returns”boolean
EnterAnimationView
Section titled “EnterAnimationView”Changes the camera into a perspective used for showing third-person animation.
Returns
Section titled “Returns”()
EnterFirstPerson
Section titled “EnterFirstPerson”Returns the camera to first-person.
Returns
Section titled “Returns”()
EnterThirdPerson
Section titled “EnterThirdPerson”Changes the camera into third-person, with largely free camera movement.
Returns
Section titled “Returns”()