GetCameraInterior: Difference between revisions
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== | ||
{{ | {{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
- getCamera
- getCameraClip
- getCameraFieldOfView
- getCameraGoggleEffect
- getCameraViewMode
- setCameraClip
- setCameraFieldOfView
- setCameraGoggleEffect
- setCameraViewMode
- Shared
- fadeCamera
- getCameraInterior
- getCameraMatrix
- getCameraTarget
- setCameraInterior
- setCameraMatrix
- setCameraTarget