OnVehicleStreamOut
Revision as of 15:57, 9 March 2022 by 157.46.138.66 (talk) (Created page with "{{Welcome| desc=This function is called when a vehicle is streamed OUT for an NPC.| params=<syntaxhighlight lang="lua">(vehicleid)</syntaxhighlight> <poem>::vehicleid : The ID...")
Description:
This function is called when a vehicle is streamed OUT for an NPC.
Parameters:
(vehicleid)
vehicleid : The ID of the vehicle which streamed out.
Return Values:
This function does not return any specific values.
Example
function OnVehicleStreamOut(vehicleid) { print("Vehicle "+vehicleid+" destreamed\n"); }