BIS fnc tridentHandleDamage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\[\[Category\:Function Group\: Misc(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
Line 38: Line 38:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Misc|{{uc:tridentHandleDamage}}]]
 
[[Category:Functions|{{uc:tridentHandleDamage}}]]
[[Category:Functions|{{uc:tridentHandleDamage}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:tridentHandleDamage}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:tridentHandleDamage}}]]

Revision as of 10:01, 10 October 2020

Hover & click on the images for description

Description

Description:
Register a unit as Trident unit. When competing sides are still friendly and the unit is killed by the competing side, the killer won't be punsihed by negative score. Instead, Trident relationship will decrease.
Execution:
call
Groups:
Sides

Syntax

Syntax:
object call BIS_fnc_tridentHandleDamage
Parameters:
object: Object
Return Value:
Boolean - True if event handler managing the functionality was added, false when it existed already

Examples

Example 1:
BIS_tridentObject call BIS_fnc_tridentHandleDamage;

Additional Information

See also:
BIS_fnc_tridentSetRelationshipBIS_fnc_tridentGetRelationshipBIS_fnc_tridentExecute

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

Bottom Section