BIS fnc tridentGetRelationship: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Description:
 
Description:
Get relationship of competing Trident sides.
Get relationship of competing Trident sides.
The value slowly decreases towards 0.
The value slowly decreases towards 0.|Description=
____________________________________________________________________________________________


Parameter(s):
| [side_1,side_2] call [[BIS_fnc_tridentGetRelationship]] |Syntax=
0: SIDE
1: SIDE


Returns:
NUMBER - relationship value
*/


|p1= side_1: [[Side]] |Parameter 1=


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p2= side_2: [[Side]] |Parameter 2=
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_tridentGetRelationship]]; --> |= Syntax


|p1= |= Parameter 1
| [[Number]] - Relationship value|Return value=
____________________________________________________________________________________________


| |= Return value
|x1= <code>[ [[west]], [[east]] ] [[call]] [[BIS_fnc_tridentGetRelationship]];</code>|Example 1=
____________________________________________________________________________________________


|x1= <code></code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS_fnc_tridentSetRelationship]], [[BIS_fnc_tridentHandleDamage]] |See also=
 
}}
}}



Revision as of 14:52, 19 June 2018

Hover & click on the images for description

Description

Description:
Description: Get relationship of competing Trident sides. The value slowly decreases towards 0.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[side_1,side_2] call BIS_fnc_tridentGetRelationship
Parameters:
side_1: Side
side_2: Side
Return Value:
Number - Relationship value

Examples

Example 1:
[ west, east ] call BIS_fnc_tridentGetRelationship;

Additional Information

See also:
BIS_fnc_tridentSetRelationshipBIS_fnc_tridentHandleDamage

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