allowDamage: Difference between revisions
Jump to navigation
Jump to search
(Command only supports entities (source: Killzone_Kid)) |
Lou Montana (talk | contribs) m (Text replacement - ">Posted on September ([0-9]{1})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-09-0$1") |
||
Line 42: | Line 42: | ||
<dt><dt> | <dt><dt> | ||
<dd class="notedate">Posted on | <dd class="notedate">Posted on 2013-09-02</dd> | ||
<dt class="note">[[User:AgentRev01|AgentRev]]</dt> | <dt class="note">[[User:AgentRev01|AgentRev]]</dt> | ||
<dd class="note"> | <dd class="note"> |
Revision as of 23:10, 13 May 2023
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.