6,834
edits
(Created page with "{{ScriptItem |endpoint = shared |type = method |class = Vehicle |name = getOccupants |usage = fetch all ped handles in the vehicle |parameters = void |returnTypes = array |ret...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = getOccupants | ||
|side = shared | |||
|type = method | |type = method | ||
|class = Vehicle | |class = Vehicle | ||
| | |games = iii vc sa iv | ||
| | |desc = fetch all ped handles in the vehicle | ||
| | |return = array an array of all peds in the vehicle with syntax <code>array<int index, Ped ped></code> | ||
|freturn = array [] | |||
}} | }} |
edits