GetCameraInterior

From Multi Theft Auto: Wiki
Revision as of 19:07, 27 February 2008 by Arc (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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