Vehicle::setMissionTrainAsNoLongerNeeded: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:
p1 is always 0
p1 is always 0
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">vehicle.setMissionTrainAsNoLongerNeeded(train, p1);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.vehicle.setMissionTrainAsNoLongerNeeded(train, p1);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''train:''' Vehicle
*'''train:''' Vehicle
Line 9: Line 9:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Vehicle_function_c}}
{{Vehicle_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 21:35, 6 May 2017

p1 is always 0

Syntax

mp.game.vehicle.setMissionTrainAsNoLongerNeeded(train, p1);

Required Arguments

  • train: Vehicle
  • p1: Boolean

Return value

  • Vehicle

Example

// todo

See also