Vehicle::getOccupants: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
(Fixed uo the page format)
 
Line 1: Line 1:
vehicle.getOccupants()
Gets the occupants inside of a vehicle.<br>
 
==Syntax==
return array(players)
<syntaxhighlight lang="javascript">vehicle.getOccupants();</syntaxhighlight>
===Return value===
*'''Array''': Players
==Example==
<syntaxhighlight lang="javascript">
//To do
</syntaxhighlight>
==See also==
{{Vehicle_definition}}
[[Category:TODO: Example]]

Latest revision as of 03:49, 10 July 2018