getElevationOffset: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
|version3= 0.50 | |version3= 0.50 | ||
|gr1= | |gr1= Map | ||
|descr= Returns the map elevation offset from [map]/config.cpp. | |descr= Returns the map elevation offset from [map]/config.cpp. | ||
Line 23: | Line 23: | ||
|x1= <code>_offset = [[getElevationOffset]];</code> | |x1= <code>_offset = [[getElevationOffset]];</code> | ||
|seealso= | |seealso= [[setElevationOffset]] | ||
}} | }} |
Revision as of 13:13, 4 January 2022
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:
- Map
Syntax
- Syntax:
- getElevationOffset
- Return Value:
- Number - elevation offset of the map
Examples
- Example 1:
_offset = getElevationOffset;
Additional Information
- See also:
- setElevationOffset
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