setTriggerActivation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 18: Line 18:
____________________________________________________________________________________________
____________________________________________________________________________________________


| trigger '''setTriggerActivation''' ["by", "type", repeating] |= Syntax
| trigger '''setTriggerActivation''' [by, type, repeating] |= Syntax


|p1= trigger: [[Object]] |= Parameter 1
|p1= trigger: [[Object]] |= Parameter 1
 
|p2= [by, type, repeating]: [[Array]] |= Parameter 2
 
|p3= by: [[String]] |= Parameter 3
|p2= [[Array]] ([[String]],[[String]],[[Boolean]]) See above |= Parameter 2
|p4= type: [[String]] |= Parameter 4
|p5= repeating: [[Boolean]]) See above |= Parameter 5


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 22:10, 25 January 2009

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

Description

Description:
Defines the trigger activation type.
  • First argument - who activates trigger (side, radio, vehicle or group member):
"NONE", "EAST", "WEST", "GUER", "CIV", "LOGIC", "ANY", "ALPHA", "BRAVO", "CHARLIE", "DELTA", "ECHO", "FOXTROT", "GOLF", "HOTEL", "INDIA", "JULIET", "STATIC", "VEHICLE", "GROUP", "LEADER", "MEMBER", "WEST SEIZED", "EAST SEIZED" or "GUER SEIZED".
  • Second argument - when is it activated (presention or detection by the specified side):
"PRESENT", "NOT PRESENT", "WEST D", "EAST D", "GUER D" or "CIV D".
  • Third argument - whether the activation is repeating.
Groups:
Uncategorised

Syntax

Syntax:
trigger setTriggerActivation [by, type, repeating]
Parameters:
trigger: Object
[by, type, repeating]: Array
by: String
type: String
repeating: Boolean) See above
Return Value:
Nothing

Examples

Example 1:
_trigger setTriggerActivation ["WEST", "EAST D", true]

Additional Information

See also:
createTriggersetTriggerAreasetTriggerStatementssetTriggerTextsetTriggerTimeoutsetTriggerTypetriggerAttachVehicletriggerAttachObject

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