getWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| ofp
|game1= ofp


|1.99
|version1= 1.99


|gr1= Mission Information
|gr1= Mission Information


| Returns the name of the current map. Name is actually class as defined in config (eg Intro).  
|descr= Returns the name of the current map. Name is actually class as defined in config (eg Intro).  
{{Feature | Warning | This command doesn't exist outside of {{ofp}}. Use [[worldName]] instead}}
{{Feature | Warning | This command does not exist outside of {{ofp}}/{{arma0}}. Use [[worldName]] in later titles.}}


| [[getWorld]]
|s1= [[getWorld]]


| [[String]]
|r1= [[String]]
   
   
|x1= <code>{{codecomment|; if testing on Everon, [[getWorld]] will return "eden"}}
|x1= <code>{{codecomment|; if testing on Everon, [[getWorld]] will return "eden"}}
Line 20: Line 20:
}}
}}


<dl class="command_description">
[[Category:Scripting Commands OFP 1.99]]
<!-- Note Section BEGIN -->
 
 
<!-- Note Section END -->
</dl>
 
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]

Revision as of 00:49, 17 February 2021

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