getElevationOffset: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \|s1=" to " |s1=")
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= '''getElevationOffset'''
|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=
}}
}}
[[Category:Arma 2: Operation Arrowhead: New Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 19:11, 13 June 2021

Hover & click on the images for description

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