BIS fnc controlPoint computeOwnerKey: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|game([0-9])=([^ ]+) * \|version([0-9])=([^ ]+) * " to "|game$1=$2 |version$3=$4 ") |
Lou Montana (talk | contribs) m (Text replacement - "code>_([a-zA-Z0-9_]+) = " to "code>private _$1 = ") |
||
Line 14: | Line 14: | ||
|r1= [[Object]] - The owner key | |r1= [[Object]] - The owner key | ||
|x1= <code>_key = [controlPoint] [[call]] [[BIS_fnc_controlPoint_computeOwnerKey]];</code> | |x1= <code>[[private]] _key = [controlPoint] [[call]] [[BIS_fnc_controlPoint_computeOwnerKey]];</code> | ||
|seealso= [[BIS_fnc_controlPoint_isArrive]] [[BIS_fnc_controlPoint_compute]] [[BIS_fnc_controlPoint_getOwnerKey]] [[BIS_fnc_controlPoint_setIsArrive]] | |seealso= [[BIS_fnc_controlPoint_isArrive]] [[BIS_fnc_controlPoint_compute]] [[BIS_fnc_controlPoint_getOwnerKey]] [[BIS_fnc_controlPoint_setIsArrive]] | ||
}} | }} |
Revision as of 12:06, 6 May 2022
Description
- Description:
- Returns the key owner of given control point.
- Execution:
- call
- Groups:
- ControlPoint
Syntax
- Syntax:
- [controlPoint] call BIS_fnc_controlPoint_computeOwnerKey
- Parameters:
- controlPoint: Object - The control point
- Return Value:
- Object - The owner key
Examples
- Example 1:
private _key = [controlPoint] call BIS_fnc_controlPoint_computeOwnerKey;
Additional Information
- See also:
- BIS_fnc_controlPoint_isArrive BIS_fnc_controlPoint_compute BIS_fnc_controlPoint_getOwnerKey BIS_fnc_controlPoint_setIsArrive
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