isDamageAllowed: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...) |
Lou Montana (talk | contribs) m (Text replacement - " <h3 style='display:none'>Notes</h3>" to "") |
||
Line 26: | Line 26: | ||
}} | }} | ||
<dl class='command_description'> | <dl class='command_description'> | ||
</dl> | </dl> |
Revision as of 15:17, 18 January 2021
Description
- Description:
- A getter for allowDamage command. The command indicates if damage is allowed at current locality, hence local effect of the command. For complete solution for being able to tell whether or not an object can be damaged at current locality see Example 1.
- Multiplayer:
- This command only works locally. It always returns false when called on non local objects
- Groups:
- Object Manipulation
Syntax
- Syntax:
- isDamageAllowed object
- Parameters:
- object: Object
- Return Value:
- Boolean
Examples
- Example 1:
private _canBeDamaged = local _obj && isDamageAllowed _obj;
Additional Information
- See also:
- allowDamagesetDamagesetHit
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