triggerAttachVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
[[Category:Scripting Commands OFP Elite |TRIGGERATTACHVEHICLE]]
[[Category:Scripting Commands OFP Elite |TRIGGERATTACHVEHICLE]]
[[Category:Scripting Commands ArmA|TRIGGERATTACHVEHICLE]]
[[Category:Scripting Commands ArmA|TRIGGERATTACHVEHICLE]]





Revision as of 00:03, 30 June 2006


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]