Black Ops III

CameraSetPosition

Sets the position of the script camera.

Example:

get_players()[0] CameraSetPosition( ( 1100, -23, 644 ) )get_players()[0] CameraSetPosition( my_entity )

Parameters

ParameterSummary
*positionEither an entity to link the camera to or a vector defining the world position
[angles]The angles to set for the camera

* = mandatory