GetCameraViewMode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 20: | Line 20: | ||
==See Also== | ==See Also== | ||
{{ | {{Client camera functions}} | ||
[[Category:Needs_Example]] | [[Category:Needs_Example]] |
Revision as of 17:46, 28 December 2010
This function allows you to get the camera's view mode. This indicates at what distance the camera will follow the player.
- Note: It currently only returns vehicle view modes
Syntax
int getCameraView ( )
Returns
Returns an int indicating the current camera view mode. Their meanings can be seen below.
Vehicle Modes:
- 0: Bumper
- 1: Close external
- 2: Middle external
- 3: Far external
- 4: Low external
- 5: Cinematic
Ped Modes:
- 1: Close
- 2: Middle
- 3: Far
Example
-- TODO