setDamage: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - "|1.5 " to "| ") |
||
Line 3: | Line 3: | ||
| ofp | | ofp | ||
| | | | ||
|eff= global | |eff= global |
Revision as of 13:19, 25 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.