setDamage: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ") |
Lou Montana (talk | contribs) m (Text replacement - "<dt class="note">([^<>]+) " to "<dt class="note">$1</dt> ") |
||
Line 53: | Line 53: | ||
<dd class="notedate">Posted on April 17, 2006 - 07:36 (CEST)</dd> | <dd class="notedate">Posted on April 17, 2006 - 07:36 (CEST)</dd> | ||
<dt class="note">[[User:Fragorl|Fragorl]] | <dt class="note">[[User:Fragorl|Fragorl]]</dt> | ||
<dd class="note">In '''OFP''', setting a unit's damage to a negative value will set it is health to full, but impair their aim. | <dd class="note">In '''OFP''', setting a unit's damage to a negative value will set it is health to full, but impair their aim. | ||
Revision as of 01:29, 30 January 2021
Description
- Description:
- Description needed
- Groups:
- Object Manipulation
Syntax
- Syntax:
- Syntax needed
- Parameters:
- object: Object
- damage: Number
- Return Value:
- Return value needed
Alternative Syntax
- Syntax:
- object setDamage [damage, useEffects] Template:Since
- Parameters:
- object: Object
- [damage, useEffects]: Array
- damage: Number
- useEffects: Boolean - false to skip destruction effects. Default: true
- Return Value:
- Nothing
Examples
Additional Information
- See also:
- See also needed
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
- Posted on May 29, 2015 - 11:23 (UTC)
- KamikazeXeX
- Using this possible overrides individual hit damages such as setHitPointDamage ["HitHead", _value]; if you're having issues try setting hitdamage after setdamage.
- Posted on April 17, 2006 - 07:36 (CEST)
- Fragorl
- In OFP, setting a unit's damage to a negative value will set it is health to full, but impair their aim.