Cam::setFollowTurretSeat

From RAGE Multiplayer Wiki
Revision as of 04:36, 27 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''seatIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setFollowTurretSeat(seatIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • seatIndex: number

Return value

  • void

Syntax

mp.game.cam.setFollowTurretSeat(seatIndex)

Example

//todo


See also