OnClientTrailerDetach: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Incomplete Event]] | [[Category:Incomplete Event]] | ||
{{Client event}} | |||
__NOTOC__ | |||
This event is triggered when a trailer gets detached from its towing vehicle. | |||
==Parameters== | |||
<syntaxhighlight lang="lua"> | |||
vehicle towedBy | |||
</syntaxhighlight> | |||
*'''towedBy:''' the vehicle that was towing the trailer. | |||
== | ==Source== | ||
The source of this event is the trailer that is now detached. | |||
==Example== | ==Example== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 16:55, 30 December 2007
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.