GetCameraPerson
From Spheriki
This function is used to get the name of the person to whom the camera is currently attached.
Contents |
Usage
Examples
var Current = GetCameraPerson();
Stores the camera person in a variable.
AttachInput(GetCameraPerson());
Attaches the input to whoever has the camera pointed at him.