GetCameraInterior
Jump to navigation
Jump to search
Returns the interior of the local camera (independent of the interior of the local player).
Syntax
Click to collapse [-]
Serverint getCameraInterior ( player thePlayer )
Required Arguments
thePlayer: the player whose camera interior you want to check.
Click to collapse [-]
Clientint getCameraInterior ( )
Required Arguments
None
Returns
Returns an integer indicating the camera's interior, false if the argument is invalid.
Example
--TODO