GetCameraInterior: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Client function}} Returns the interior of the local camera (independent of the interior of the local player). ==Syntax== <syntaxhighlight lang="lua"> int getCameraInterior ( ) </syntaxhighlight> ===Requ...)
 
mNo edit summary
Line 17: Line 17:


==See Also==
==See Also==
{{Camera functions}}
{{Client_camera_functions}}

Revision as of 19:13, 27 February 2008

Returns the interior of the local camera (independent of the interior of the local player).

Syntax

int getCameraInterior ( )

Required Arguments

None

Returns

Returns the number of the interior the local camera is in.

Example

See Also