getWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | ofp |= Game name | 1.99 |= Game version _________________...")
 
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(25 intermediate revisions by 6 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). |= Description
|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.}}


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


|r1= [[String]]


| [[String]] |= Return value
|x1= <sqf>; if testing on Everon, getWorld will return "eden"
____________________________________________________________________________________________
hint getWorld</sqf>
 
|x1= <code> myworld <nowiki>=</nowiki>'''getWorld''' </code>|= Example 1
____________________________________________________________________________________________
 
| |= 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|FIND]]
[[Category:Scripting Commands OFP 1.99|FIND]]

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