getWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
m (Some wiki formatting)
 
Line 7: Line 7:


|descr= 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 does not exist outside of {{ofp}}/{{arma0}}. Use [[worldName]] in later titles.}}
{{Feature|warning|This command does not exist outside of {{ofp}}/{{arma0}}. Use [[worldName]] in later titles.}}


|s1= [[getWorld]]
|s1= [[getWorld]]
Line 13: Line 13:
|r1= [[String]]
|r1= [[String]]


|x1= <sqf>; if testing on Everon, getWorld will return "eden"
|x1= <sqs>
hint getWorld</sqf>
; if testing on Everon, getWorld will return "eden"
hint getWorld
</sqs>


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

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