triggerAttachVehicle

From Bohemia Interactive Community
Revision as of 21:36, 29 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search



trigger triggerAttachVehicle [] or [vehicle]


Operand types:

trigger: Object

[] or [vehicle]: Array

Type of returned value:

Nothing

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]