ExitVehicle: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta2 and will not work in previous versions. </poem> {{Welcome|desc=Initiates a player's entry into a vehicle with extended options| params=<source>NoParams</source>| retvals=true on success, false on failure( npc not in vehicle ).| relfuncs= *ExitVehicleEx *EnterVehicle }}") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
This function was added in v1.7 beta2 and will not work in previous versions. | This function was added in v1.7 beta2 and will not work in previous versions. | ||
</poem> | </poem> | ||
{{Welcome|desc=Initiates | {{Welcome|desc=Initiates npc's exit from vehicle.| | ||
params=<source>NoParams</source>| | params=<source>NoParams</source>| | ||
retvals=true on success, false on failure( npc not in vehicle ).| | retvals=true on success, false on failure( npc not in vehicle ).| |
Latest revision as of 15:32, 9 October 2024
This function was added in v1.7 beta2 and will not work in previous versions.
Description:
Initiates npc's exit from vehicle.
Parameters:
NoParams
Return Values:
true on success, false on failure( npc not in vehicle ).
Related Functions
The following functions may be helpful as they relate to this function in one way or another.