BIS fnc tridentSetRelationship: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \[\[Category:\{\{Name\|arma3\}\}:[_ ]Functions\|[^ ]+\]\]" to "")
m (Text replacement - "| arma3|1.00|" to "| arma3 |1.00 |")
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 05:35, 13 June 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:
Number - Relationship value after changes

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