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 (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2oa | |game1= arma2oa | ||
|1.51 | |version1= 1.51 | ||
|game2= tkoh | |game2= tkoh | ||
Line 12: | Line 12: | ||
|gr1= Positions | |gr1= Positions | ||
| Returns the map elevation offset from [map]/config.cpp. | |descr= Returns the map elevation offset from [map]/config.cpp. | ||
Returns 0 if there's no elevationOffset defined in the config of the current world. | Returns 0 if there's 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= <code>_offset = [[getElevationOffset]];</code> | |x1= <code>_offset = [[getElevationOffset]];</code> | ||
|seealso= | |||
}} | }} | ||
Revision as of 18:11, 13 June 2021
Description
- Description:
- Returns the map elevation offset from [map]/config.cpp. Returns 0 if there's no elevationOffset defined in the config of the current world.
- Groups:
- Positions
Syntax
- Syntax:
- getElevationOffset
- Return Value:
- Number - elevation offset of the map
Examples
- Example 1:
_offset = getElevationOffset;
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