getWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(5 intermediate revisions by the same user not shown)
Line 12: Line 12:


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


|seealso= [[worldName]]
|seealso= [[worldName]]
}}
}}

Revision as of 11:23, 13 May 2022

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