Difference between revisions of "alive"
Jump to navigation
Jump to search
m |
Krzmbrzl00 (talk | contribs) m (format) |
||
Line 19: | Line 19: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1= < | + | |x1= <code>?!([[alive]] [[player]]) : [[exit]]</code> |= Example 1 |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 12:38, 19 June 2015
Hover & click on the images for descriptions
Description
- Description:
- Check if given vehicle/person/building is alive (i.e. not dead or destroyed).
Syntax
- Syntax:
- alive object
- Parameters:
- object: Object to test
- Return Value:
- Boolean: true when alive, false when dead
Examples
Additional Information
- See also:
- setDamagedamage
- Groups:
- Uncategorised
Notes
Notes
-
Returns 'BOOL' if the object does'nt exists. For example in multiplayer when a object is removed alive will return 'BOOL' if a new player join after the object were destroyed.
--
If you're determining whether a unit is still viable, you might also want to look at canMove, canFire and canStand. nomdeplume 12:45, 16 November 2009 (CET)
Bottom Section
Categories:
- Pages using duplicate arguments in template calls
- Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: Uncategorised
- Introduced with Operation Flashpoint version 1.00
- Commands utilizing global arguments
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Object Information
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Notes: Improper Formatting