OnPlayerLeaveVehicle: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Event|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|OnPlayerLeaveVehicle}} {{FuncParameters}} == Example == __EDIT_ME__ {{RelatedFunctions}} {{ServerEve..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Info|Event|Server|1.0}} | {{Info|Event|Server & Client|1.0}} | ||
{{FuncDescription|__EDIT_ME__}} | {{FuncDescription|__EDIT_ME__}} | ||
{{FuncSyntax|OnPlayerLeaveVehicle}} | {{FuncSyntax|OnPlayerLeaveVehicle(player, vehicle, seat)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|player|The player who leaves the vehicle.}} | |||
{{FuncParam|vehicle|The vehicle he is getting out of.}} | |||
{{FuncParam|seat|Vehicle seat the player gets out of.}} | |||
== Example == | == Example == | ||
__EDIT_ME__ | __EDIT_ME__ | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{ | {{VehicleEvents}} |
Latest revision as of 08:24, 16 January 2020
Description
__EDIT_ME__
Syntax
OnPlayerLeaveVehicle(player, vehicle, seat)
Parameters
- player
The player who leaves the vehicle. - vehicle
The vehicle he is getting out of. - seat
Vehicle seat the player gets out of.
Example
__EDIT_ME__