damage: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Command|= Comments | |||
____________________________________________________________________________________________ | |||
| ofpr |= Game name | |||
|1.5|= Game version | |||
|arg= global |= Arguments in MP | |||
____________________________________________________________________________________________ | |||
| Return the damage value of an object. |= Description | |||
____________________________________________________________________________________________ | |||
''' | | '''damage''' object |= Syntax | ||
|p1= object: [[Object]] |= Parameter 1 | |||
[[Number]] | | [[Number]] - | ||
The returned number is in range 0 (healthy) to 1 (dead). |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <pre>? ((damage player)>0.1) : player groupChat "I'm hurt! Medic!"</pre> |= Example 1 | |||
____________________________________________________________________________________________ | |||
| [[setDamage]] |= See also | |||
}} | |||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
[[Category:Scripting Commands|DAMAGE]] | |||
[[Category:Scripting Commands OFP 1.96|DAMAGE]] | |||
[[Category:Scripting Commands ArmA|DAMAGE]] | |||
Revision as of 23:40, 1 August 2006
Description
- Description:
- Return the damage value of an object.
- Groups:
- Uncategorised
Syntax
- Syntax:
- damage object
- Parameters:
- object: Object
- Return Value:
- Number - The returned number is in range 0 (healthy) to 1 (dead).
Examples
- Example 1:
? ((damage player)>0.1) : player groupChat "I'm hurt! Medic!"
Additional Information
- See also:
- setDamage
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