allowDammage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "|= Game version" to "|Game version=")
(25 intermediate revisions by 12 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|ALLOWDAMMAGE]]
[[Category:Scripting Commands|ALLOWDAMMAGE]]
[[Category:Scripting Commands OFP 1.96|ALLOWDAMMAGE]]
[[Category:Scripting Commands OFP 1.46|ALLOWDAMMAGE]]
[[Category:Scripting Commands ArmA|ALLOWDAMMAGE]]


{{Command|Comments=
____________________________________________________________________________________________
| ofp |Game name=


{{Command|= Comments
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofp |= Game name
| Allow or prevent an object being damaged (or injured, or killed). Alias of [[allowDamage]].
<br>
The command does not prevent object from taking scripted damage such as [[setDamage]] or [[setHit]].
<br>
{{Important|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.


|1.00|= Game version
If object changes locality, the command needs to be executed again on the new [[owner]]'s machine to maintain the effect.}} |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Obsolete command. |= Description
| object '''allowDammage''' allow |SYNTAX=
 
|p1= object: [[Object]] - |PARAMETER1=
 
|p2= allow: [[Boolean]] - |PARAMETER2=
 
 
| [[Nothing]] |RETURNVALUE=
 
 
|x1= <code>[[player]] [[allowDammage]] [[false]];</code> |EXAMPLE1=
 
____________________________________________________________________________________________
 
| [[setDammage]][[getDammage]][[allowDamage]] [[damage]] [[setDamage]] |SEEALSO=


}}
}}
Line 20: Line 39:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]


<h3 style="display:none">Bottom Section</h3>
<!-- CONTINUE Notes -->
<!-- Note Section END -->
<dl class="command_description">
<dd class="notedate">Posted on October 24, 2014 - 03:23 (UTC)</dd>
<dt class="note">[[User:DreadedEntity|DreadedEntity]]</dt>
<dd class="note">
This command is still working in '''A3 1.32.127785''', at least in single player. I didn't test multiplayer.
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 01:59, 31 August 2019


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:
Uncategorised

Syntax

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

Examples

Example 1:
player allowDammage false;

Additional Information

See also:
setDammagegetDammageallowDamage 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

Posted on October 24, 2014 - 03:23 (UTC)
DreadedEntity
This command is still working in A3 1.32.127785, at least in single player. I didn't test multiplayer.