getWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Some wiki formatting)
 
(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= <sqs>
____________________________________________________________________________________________
; if testing on Everon, getWorld will return "eden"
 
hint getWorld
|x1= <code> myworld <nowiki>=</nowiki>'''getWorld''' </code>|= Example 1
</sqs>
____________________________________________________________________________________________
 
|x1= <code>hint getWorld</code>
If testing in the Everon island it will display: eden |= 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]]

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