getElevationOffset: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \|s1=" to " |s1=") |
Lou Montana (talk | contribs) m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>") |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2oa | |game1= arma2oa | ||
|1. | |version1= 1.50 | ||
|game2= tkoh | |game2= tkoh | ||
Line 10: | Line 10: | ||
|version3= 0.50 | |version3= 0.50 | ||
|gr1= | |gr1= Map | ||
| Returns the map elevation offset from [map]/config.cpp. | |descr= Returns the map elevation offset from [map]/config.cpp. | ||
Returns 0 if there | Returns 0 if there is no elevationOffset defined in the config of the current world. | ||
|s1= | |s1= [[getElevationOffset]] | ||
|r1= [[Number]] - elevation offset of the map | |r1= [[Number]] - elevation offset of the map | ||
|x1= < | |x1= <sqf>_offset = getElevationOffset;</sqf> | ||
|seealso= [[getTerrainHeightASL]] | |||
}} | }} | ||
Latest revision as of 21:21, 7 May 2022
Description
- Description:
- Returns the map elevation offset from [map]/config.cpp. Returns 0 if there is no elevationOffset defined in the config of the current world.
- Groups:
- Map
Syntax
- Syntax:
- getElevationOffset
- Return Value:
- Number - elevation offset of the map
Examples
- Example 1:
Additional Information
- See also:
- getTerrainHeightASL
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