Black Ops III

CameraSetLookAt

Sets the focus point of the script camera.

Example:

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

Parameters

ParameterSummary
[position]Either an entity to focus the camera on or a vector defining the camera's focus point

* = mandatory