Difference between revisions of "alive"
Jump to navigation
Jump to search
m |
|||
Line 29: | Line 29: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
− | + | 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. | |
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 20:25, 8 January 2008
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:
- Boolean =alive object
- Parameters:
- object : Object
- Return Value:
- Boolean true when alive, false when dead
Examples
- Example 1:
-
?!(alive player) : exit
Additional Information
- See also:
- setDammage
- 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.
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.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Object Information