triggerAttachVehicle: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | [[Nothing]] | ||
'''Compatibility:''' | '''Compatibility:''' |
Revision as of 20:36, 29 June 2006
trigger triggerAttachVehicle [] or [vehicle]
Operand types:
trigger: Object
[] or [vehicle]: Array
Type of returned value:
Compatibility:
Version 1.86 required.
Description:
If [] is given, the trigger is detached from the assigned vehicle.
If the activation source is "VEHICLE", "GROUP", "LEADER" or "MEMBER", it's changed to "NONE".
If [vehicle] is given, the trigger is attached to the vehicle or its group.
When the source is "GROUP", "LEADER" or "MEMBER", it's attached to the group, otherwise it's attached to the vehicle and the source is changed to "VEHICLE".
Example:
trigger triggerAttachVehicle [player]