OnPedEnterVehicle: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = shared
|name = onPedEnterVehicle
|side = shared
|type = event
|type = event
|name = onPedEnterVehicle
|games = iii vc sa
|usage = a ped starts moving to enter a vehicle
|desc = a ped starts moving to enter a vehicle
|callbackParameters = Event event, Ped ped, Vehicle vehicle, int seat
|arg1 = Ped ped The ped that has started moving to enter a vehicle.
|cancellable = false
|arg2 = Vehicle vehicle The vehicle that the ped is moving to.
|parameter1 = Ped ped The ped that has started moving to enter a vehicle.
|arg3 = int seat The seat index that the ped is moving to.
|parameter2 = Vehicle vehicle The vehicle that the ped is moving to.
|cancel = false
|parameter3 = int seat The seat index that the ped is moving to.
}}
}}
6,833

edits