Cam::getFollowPedViewMode: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.getFollowPedViewMode() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
 
No edit summary
Line 1: Line 1:
0 - Third Person Close
1 - Third Person Mid
2 - Third Person Far
4 - First Person


{{ClientsideJsFunction}}
{{ClientsideJsFunction}}

Revision as of 03:32, 9 November 2024

0 - Third Person Close 1 - Third Person Mid 2 - Third Person Far 4 - First Person

Client-Side
Function

 JavaScript



JavaScript Syntax


Return value

  • number

Syntax

mp.game.cam.getFollowPedViewMode()

Example

//todo


See also