Ped::setMovementClipset

From RAGE Multiplayer Wiki
Revision as of 08:39, 30 April 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''clipSet:''' {{RageType|string}} *'''p2:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.ped.setMovementClipset(ped, clipSet, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ped_s_function_c}} Category:Clientside API Catego...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • ped: number
  • clipSet: string
  • p2: number

Return value

  • void

Syntax

mp.game.ped.setMovementClipset(ped, clipSet, p2)

Example

//todo


See also