allowDamage
Jump to navigation
Jump to search
Description
- Description:
- Enables / disables an entity's ability to receive damage. This command does not prevent the entity from taking scripted damage from commands such as setDamage, setHit, setHitIndex or setHitPointDamage.
- Multiplayer:
- Alias:
- allowDammage
- Groups:
- Object Manipulation
Syntax
- Syntax:
- entity allowDamage allow
- Parameters:
- entity: Object
- allow: Boolean
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
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 2013-09-02
- AgentRev
-
has the same effect asexcept for buildings that are native to the map; for those, the effects of HandleDamage will not sync properly across all clients, even if added to the building on every client and the server.