OnClientTrailerAttach: 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 16: Line 16:
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
</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 by a trailer when it gets attached to a towing vehicle.

Parameters

vehicle towedBy
  • towedBy: the vehicle that is now towing the trailer.

Source

The source of this event is the trailer that is now being towed.

Example


See Also

Client vehicle events


Client event functions