BIS fnc position: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^<]*) *<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^<]*) *<\/code>" to "<code>$1$2$3</code>") |
||
Line 23: | Line 23: | ||
|r1= [[Array]] - Position in format {{hl|[x, y]}} or {{hl|[x, y ,z]}} | |r1= [[Array]] - Position in format {{hl|[x, y]}} or {{hl|[x, y ,z]}} | ||
|x1= <code>private _pos = player call | |x1= <code>private _pos = player call BIS_fnc_position;</code> | ||
|seealso= [[Position]] | |seealso= [[Position]] | ||
}} | }} |
Revision as of 21:38, 12 July 2022
Description
- Description:
- Returns PositionAGL, unless passed argument is Array, then the same array is returned. When position is Object and alternative position is stored in "BIS_fnc_position_forced" variable on this object, the stored position is used rather than actual object position. This function is a pretty safe way to get the position of an entity.
- Execution:
- call
- Groups:
- Positions
Syntax
- Syntax:
- argument call BIS_fnc_position
- Parameters:
- argument - Could be one of:
- Return Value:
- Array - Position in format [x, y] or [x, y ,z]
Examples
- Example 1:
private _pos = player call BIS_fnc_position;
Additional Information
- See also:
- Position
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