getWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Some wiki formatting)
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofp |Game name=
|game1= ofp
|version1= 1.99


|1.99|Game version=
|gr1= Mission Information


|gr1= Mission Information |GROUP1=
|descr= Returns the name of the current map. Name is actually class as defined in config (eg Intro).
____________________________________________________________________________________________
{{Feature|warning|This command does not exist outside of {{ofp}}/{{arma0}}. Use [[worldName]] in later titles.}}


| Returns the name of the current map. Name is actually class as defined in config (eg Intro).
|s1= [[getWorld]]
{{warning | This command doesn't exist outside of {{ofp}}. Use [[worldName]] instead}} |Description=
____________________________________________________________________________________________


| [[getWorld]] |Syntax=
|r1= [[String]]


| [[String]] |Return value=
|x1= <sqs>
____________________________________________________________________________________________
; if testing on Everon, getWorld will return "eden"
 
hint getWorld
|x1= <code>{{codecomment|; if testing on Everon, [[getWorld]] will return "eden"}}
</sqs>
[[hint]] [[getWorld]]</code> |Example 1=
____________________________________________________________________________________________


| [[worldName]]|See also=
|seealso= [[worldName]]
}}
}}
<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:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]

Latest revision as of 18:24, 8 August 2023

Hover & click on the images for description

Description

Description:
Returns the name of the current map. Name is actually class as defined in config (eg Intro).
This command does not exist outside of Operation Flashpoint/Arma: Cold War Assault. Use worldName in later titles.
Groups:
Mission Information

Syntax

Syntax:
getWorld
Return Value:
String

Examples

Example 1:
; if testing on Everon, getWorld will return "eden" hint getWorld

Additional Information

See also:
worldName

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