allowDammage

From Bohemia Interactive Community
Revision as of 15:31, 7 January 2021 by Lou Montana (talk | contribs) (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Allow or prevent an object being damaged (or injured, or killed). Alias of allowDamage.
The command does not prevent object from taking scripted damage such as setDamage or setHit.
Command has to be executed where object is local and as long as object does not change locality the effect of this command will be global. If object changes locality, the command needs to be executed again on the new owner's machine to maintain the effect.
Groups:
Object Manipulation

Syntax

Syntax:
object allowDammage allow
Parameters:
object: Object
allow: Boolean
Return Value:
Nothing

Examples

Example 1:
player allowDammage false;

Additional Information

See also:
setDammagegetDammage allowDamage damage 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

Notes