triggerAttachObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (categorized)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| trigger '''triggerAttachObject''' objectId |= Syntax
| triggerName '''triggerAttachObject''' objectId |= Syntax


|p1= trigger: [[Object]] |= Parameter 1
|p1= triggerName: [[Object]] |= Parameter 1


|p2= objectId: [[Number]] |= Parameter 2
|p2= objectId: [[Number]] |= Parameter 2

Revision as of 18:10, 24 January 2009

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Assigns a static object to the trigger. The activation source is changed to "STATIC".
Groups:
Uncategorised

Syntax

Syntax:
triggerName triggerAttachObject objectId
Parameters:
triggerName: Object
objectId: Number
Return Value:
Nothing

Examples

Example 1:
trigger triggerAttachObject 1234

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section