BIS fnc tridentSetRelationship: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2")
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.00


|1.00|Game version=
|gr1= Sides


|gr1 = Sides |GROUP1=
|descr= Set relationship of competing Trident sides.
____________________________________________________________________________________________
When the value reaches threshold, side relationship will change.
The value slowly decreases towards 0.


| Set relationship of competing Trident sides.
|s1= [side1, side2, value, absolute] call [[BIS_fnc_tridentSetRelationship]]
When the value reaches threshold, side relationship will change.
The value slowly decreases towards 0.|Description=
____________________________________________________________________________________________


| [side_1,side_2,value,absolute] call [[BIS_fnc_tridentSetRelationship]] |Syntax=
|p1= side1: [[Side]]


|p2= side2: [[Side]]


|p1= side_1: [[Side]] |Parameter 1=
|p3= value: [[Number]] - changed value


|p2= side_2: [[Side]] |Parameter 2=
|p4= absolute: [[Boolean]] - [[true]] to add the value, [[false]] to set the value


|p3= value: [[Number]] - Changed value |Parameter 3=
|r1= [[Number]] - relationship value after changes


|p4= absolute: [[Boolean]] - [[True]] to add the value, [[false]] to set the value |Parameter 4=
|x1= <sqf>[west, east, 0.5, true] call BIS_fnc_tridentSetRelationship;</sqf>


 
|seealso= [[BIS_fnc_tridentGetRelationship]] [[BIS_fnc_tridentHandleDamage]] [[BIS_fnc_tridentExecute]]
| [[Number]] - Relationship value after changes|Return value=
____________________________________________________________________________________________
 
|x1= <code>[ [[west]], [[east]], 0.5, [[true]] ] [[call]] [[BIS_fnc_tridentSetRelationship]];</code>|Example 1=
 
____________________________________________________________________________________________
 
| [[BIS_fnc_tridentGetRelationship]], [[BIS_fnc_tridentHandleDamage]], [[BIS_fnc_tridentExecute]] |See also=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Misc|{{uc:tridentSetRelationship}}]]
[[Category:Functions|{{uc:tridentSetRelationship}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:tridentSetRelationship}}]]

Latest revision as of 15:00, 8 November 2023

Hover & click on the images for description

Description

Description:
Set relationship of competing Trident sides. When the value reaches threshold, side relationship will change. The value slowly decreases towards 0.
Execution:
call
Groups:
Sides

Syntax

Syntax:
[side1, side2, value, absolute] call BIS_fnc_tridentSetRelationship
Parameters:
side1: Side
side2: 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_tridentGetRelationship BIS_fnc_tridentHandleDamage BIS_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