BIS fnc position: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= * " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| tkoh | | tkoh | ||
|1.00 | |1.00 | ||
|gr1 = Positions | |gr1 = Positions | ||
|Returns [[PositionAGL]], unless passed argument is [[Array]], then the same array is returned. When position is [[Object]] and alternative position is stored in <tt>"BIS_fnc_position_forced"</tt> variable on this object, the stored position is used rather than actual object position. | |Returns [[PositionAGL]], unless passed argument is [[Array]], then the same array is returned. When position is [[Object]] and alternative position is stored in <tt>"BIS_fnc_position_forced"</tt> variable on this object, the stored position is used rather than actual object position. | ||
| argument call [[BIS_fnc_position]] | | argument call [[BIS_fnc_position]] | ||
|p1= argument - could be one of: | |p1= argument - could be one of: | ||
Line 18: | Line 18: | ||
* [[Location]] - location | * [[Location]] - location | ||
* [[String]] - marker or variable name containing object | * [[String]] - marker or variable name containing object | ||
</span> | </span> | ||
| [[Array]] - position in format [x,y] or [x,y,z] | | [[Array]] - position in format [x,y] or [x,y,z] | ||
|x1= <code>_pos = [[player]] [[call]] [[BIS_fnc_position]];</code> | |x1= <code>_pos = [[player]] [[call]] [[BIS_fnc_position]];</code> | ||
|[[Position]] | |[[Position]] | ||
}} | }} |
Revision as of 23:41, 17 January 2021
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.
- 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:
_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