BIS fnc tridentSetRelationship: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
Line 1: Line 1:
{{RV|type=function
{{RV|type=function
| arma3|1.00|gr1 = Sides| Set relationship of competing Trident sides.
| arma3|1.00|gr1= Sides| Set relationship of competing Trident sides.
When the value reaches threshold, side relationship will change.
When the value reaches threshold, side relationship will change.
The value slowly decreases towards 0.| [side_1,side_2,value,absolute] call [[BIS_fnc_tridentSetRelationship]]
The value slowly decreases towards 0.| [side_1,side_2,value,absolute] call [[BIS_fnc_tridentSetRelationship]]

Revision as of 13:47, 11 April 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Sides

Syntax

Syntax:
Syntax needed
Parameters:
side_1: Side
side_2: Side
value: Number - Changed value
absolute: Boolean - true to add the value, false to set the value
Return Value:
Return value needed

Examples

Example 1:
[ west, east, 0.5, true ] call BIS_fnc_tridentSetRelationship;

Additional Information

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