BIS fnc tridentGetRelationship: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Misc(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1 = Sides |GROUP1= | |gr1 = Sides |GROUP1= | ||
| Description: | | Description: | ||
Get relationship of competing Trident sides. | Get relationship of competing Trident sides. | ||
The value slowly decreases towards 0.|Description= | The value slowly decreases towards 0.|Description= | ||
| [side_1,side_2] call [[BIS_fnc_tridentGetRelationship]] |Syntax= | | [side_1,side_2] call [[BIS_fnc_tridentGetRelationship]] |Syntax= | ||
Line 23: | Line 20: | ||
| [[Number]] - Relationship value|Return value= | | [[Number]] - Relationship value|Return value= | ||
|x1= <code>[ [[west]], [[east]] ] [[call]] [[BIS_fnc_tridentGetRelationship]];</code>|Example 1= | |x1= <code>[ [[west]], [[east]] ] [[call]] [[BIS_fnc_tridentGetRelationship]];</code>|Example 1= | ||
| [[BIS_fnc_tridentSetRelationship]], [[BIS_fnc_tridentHandleDamage]], [[BIS_fnc_tridentExecute]] |See also= | | [[BIS_fnc_tridentSetRelationship]], [[BIS_fnc_tridentHandleDamage]], [[BIS_fnc_tridentExecute]] |See also= |
Revision as of 00:05, 17 January 2021
Description
- Description:
- Description: Get relationship of competing Trident sides. The value slowly decreases towards 0.
- Execution:
- call
- Groups:
- Sides
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
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