SetCameraInterior

From Multi Theft Auto: Wiki
Revision as of 19:04, 3 March 2008 by Arc (talk | contribs) (New page: __NOTOC__ {{Client function}} Sets the interior of the local camera. Only the interior of the camera is changed, the local player stays in the interior he was in. ==Syntax== <syntaxhighlight lang="lua"> i...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sets the interior of the local camera. Only the interior of the camera is changed, the local player stays in the interior he was in.

Syntax

int setCameraInterior ( int interior )

Required Arguments

  • interior: the interior to place the camera in.

Returns

Returns interior.

Example

See Also