getPosASL: Difference between revisions
Jump to navigation
Jump to search
m (Fixed version) |
No edit summary |
||
Line 28: | Line 28: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
Useage | |||
Place a chopper called APG with this in its activation [this] exec "Abovesealevel.sqs" | |||
Abovesealevel.sqs | |||
_craft = _this select 0 | |||
_ASL = (getPosASL _craft) select 2 | |||
hint format ["Your craft named %1 is at %2 above sea level",_craft, _ASL] | |||
--[[User:ArmAtec|ArmAtec]] 14:00, 7 January 2007 (CET) | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 14:00, 7 January 2007
Description
- Description:
- Returns the object position in format PositionASL.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
getPosASL player
Additional Information
- See also:
- See also needed
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
Notes
-
Useage
Place a chopper called APG with this in its activation [this] exec "Abovesealevel.sqs"
Abovesealevel.sqs
_craft = _this select 0
_ASL = (getPosASL _craft) select 2
hint format ["Your craft named %1 is at %2 above sea level",_craft, _ASL]
--ArmAtec 14:00, 7 January 2007 (CET)