getElevationOffset: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
 
(32 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |= Game name
|game1= arma2oa
|version1= 1.50


|1.51|= Game version
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


| Returns the map elevation offset from [map]/config.cpp.
|game3= arma3
|version3= 0.50


Returns 0 if there's no elevationOffset defined in the config of the current world. |DESCRIPTION=
|gr1= Map
____________________________________________________________________________________________


|'''getElevationOffset'''|SYNTAX=
|descr= Returns the map elevation offset from [map]/config.cpp.


| [[Number]] - elevation offset of the map |RETURNVALUE=
Returns 0 if there is no elevationOffset defined in the config of the current world.


____________________________________________________________________________________________
|s1= [[getElevationOffset]]
 
|x1= <code>_offset = [[getElevationOffset]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| |SEEALSO=
|r1= [[Number]] - elevation offset of the map


|x1= <sqf>_offset = getElevationOffset;</sqf>
|seealso= [[getTerrainHeightASL]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 22:21, 7 May 2022

Hover & click on the images for description

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:
_offset = getElevationOffset;

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