OnClientTrailerDetach: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
m (See Also for client vehicle events)
Line 17: Line 17:


</syntaxhighlight>
</syntaxhighlight>
==See Also==
===Client vehicle events===
{{Client_vehicle_events}}
===Client event functions===
{{Client_event_functions}}

Revision as of 13:01, 12 January 2008

This event is triggered when a trailer gets detached from its towing vehicle.

Parameters

vehicle towedBy
  • towedBy: the vehicle that was towing the trailer.

Source

The source of this event is the trailer that is now detached.

Example


See Also

Client vehicle events


Client event functions

Shared