Task::assistedMovementSetRouteProperties

From RAGE Multiplayer Wiki
Revision as of 00:01, 7 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''route:''' {{RageType|string}} *'''props:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.task.assistedMovementSetRouteProperties(route, props) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Task_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

  • route: string
  • props: number

Return value

  • void

Syntax

mp.game.task.assistedMovementSetRouteProperties(route, props)

Example

//todo


See also