mineActive: Difference between revisions
| Killzone Kid (talk | contribs)  (see also/ example) | m (template:command argument fix) | ||
| Line 14: | Line 14: | ||
| | '''mineActive''' obj |= Syntax | | '''mineActive''' obj |= Syntax | ||
| |p1= obj: [[Object]]  |=  | |p1= obj: [[Object]]  |PARAMETER1=   | ||
| | [[Boolean]] |=  | | [[Boolean]] |RETURNVALUE=   | ||
| |x1= <code>[[if]] ([[mineActive]] _mine) [[then]] {[[hint]] "BOOM!"}; </code>|=  | |x1= <code>[[if]] ([[mineActive]] _mine) [[then]] {[[hint]] "BOOM!"}; </code>|EXAMPLE1=   | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | [[allMines]], [[detectedMines]], [[mineDetectedBy]], [[createMine]], [[revealMine]] |=  | | [[allMines]], [[detectedMines]], [[mineDetectedBy]], [[createMine]], [[revealMine]] |SEEALSO=   | ||
| | |=  | | |MPBEHAVIOUR=   | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| }} | }} | ||
Revision as of 10:35, 7 April 2019
Description
- Description:
- Checks if the given mine is active.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
- if (mineActive _mine) then {hint "BOOM!"};
Additional Information
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
 
	