allowDammage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters")
(20 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|ALLOWDAMMAGE]]
{{Command|Comments=
____________________________________________________________________________________________
 
| ofp |Game name=
 
|1.00|Game version=
 
|arg= local |MPARGUMENTS=
 
|eff= global |MPEFFECTS=
____________________________________________________________________________________________


{{Command|= Comments
| 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.
If object changes locality, the command needs to be executed again on the new [[owner]]'s machine to maintain the effect.}} |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofp |= Game name
| object [[allowDammage]] allow |SYNTAX=


|1.00|= Game version
|p1= object: [[Object]] |PARAMETER1=  
____________________________________________________________________________________________
 
|p2= allow: [[Boolean]] |PARAMETER2=


| Makes the selected unit unable to take damage.  The unit remains able to be shot at but will not take damage.|= Description
| [[Nothing]] |RETURNVALUE=  


| [[Object|Unit]] allowDammage [[boolean]] | = Syntax
|x1= <code>[[player]] [[allowDammage]] [[false]];</code> |EXAMPLE1=  
| p1= [[Object|Unit]]: [[Object|Person]] |= Parameter 1
| p2= [[Boolean]] - true allows unit(s) to take damage, false denies the ability to take damage |= Parameter 2
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>player allowDammage false</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setDammage]], [[getDammage]] [[allowDamage]] [[damage]] [[setDamage]] |SEEALSO=
}}
}}


Line 25: Line 34:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<h3 style="display:none">Bottom Section</h3>
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 03:01, 6 April 2020

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