RAGE.Game.Ai.TaskStandStill

From RAGE Multiplayer Wiki
Revision as of 11:05, 6 July 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''ped:''' {{RageType|int}} *'''time:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.Ai.TaskStandStill(ped, time) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ai_definition_cs}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • ped: int
  • time: int

Return value

  • void

Syntax

RAGE.Game.Ai.TaskStandStill(ped, time)

Example

//todo


See also