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

