BIS_fnc_controlPoint_computeOwnerKey
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Returns the key owner of given control point.
Syntax
- Syntax:
- [controlPoint] call BIS_fnc_controlPoint_computeOwnerKey
- Parameters:
- controlPoint: Object - The control point
- Return Value:
- Object - The owner key
Examples
- Example 1:
-
_key = [controlPoint] call BIS_fnc_controlPoint_computeOwnerKey;
Additional Information
- Execution:
- call
- See also:
- BIS_fnc_controlPoint_isArrive BIS_fnc_controlPoint_compute BIS_fnc_controlPoint_getOwnerKey BIS_fnc_controlPoint_setIsArrive
- Groups:
- ControlPoint