RAGE.Elements.Ped.ForceMotionState

From RAGE Multiplayer Wiki
Revision as of 17:33, 11 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''motionStateHash:''' {{RageType|uint}} *'''p2:''' {{RageType|bool}} *'''p3:''' {{RageType|bool}} *'''p4:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ForceMotionState(motionStateHash, p2, p3, p4) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Categor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • motionStateHash: uint
  • p2: bool
  • p3: bool
  • p4: bool

Return value

  • bool

Syntax

ped.ForceMotionState(motionStateHash, p2, p3, p4)

Example

//todo


See also