OnPedExitVehicle: Difference between revisions

no edit summary
No edit summary
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = server
|name = onPedExitVehicle
|side = shared
|type = event
|type = event
|name = onPedExitVehicle
|games = iii vc sa
|usage = a ped leaves a vehicle
|desc = a ped exits a vehicle.<br>The event is invoked when the ped starts to leave the vehicle. If the vehicle exit is blocked, the event is not triggered until the ped actually leaves the vehicle.
|callbackParameters = Event event, Ped ped, Vehicle vehicle
|arg1 = Ped ped The ped that has exited a vehicle.
|cancellable = false
|arg2 = Vehicle vehicle The vehicle that the ped has exited.
|parameter1 = Ped ped The ped that has exited a vehicle.
|cancel = false
|parameter2 = Vehicle vehicle The vehicle that the ped has exited.
}}
}}
6,833

edits