getWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Not existent in A3)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(20 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
____________________________________________________________________________________________


| 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).  
{{warning | This command doesn't exist in Arma 3. Use [[worldName]] instead}}
{{Feature | Warning | This command does not exist outside of {{ofp}}/{{arma0}}. Use [[worldName]] in later titles.}}
|= Description
____________________________________________________________________________________________


| '''getworld''' |= Syntax
|s1= [[getWorld]]


|r1= [[String]]


| [[String]] |= Return value
|x1= <sqf>; if testing on Everon, getWorld will return "eden"
____________________________________________________________________________________________
hint getWorld</sqf>
 
|x1= <code>hint getWorld</code>
If testing in the Everon island it will display: eden |= 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}}}}]]

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