getWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{ ?warning" to "{{Warning")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| ofp |Game name=
| ofp |Game name=
Line 7: Line 6:


|gr1= Mission Information |GROUP1=
|gr1= Mission Information |GROUP1=
____________________________________________________________________________________________


| Returns the name of the current map. Name is actually class as defined in config (eg Intro).  
| Returns the name of the current map. Name is actually class as defined in config (eg Intro).  
{{Warning | This command doesn't exist outside of {{ofp}}. Use [[worldName]] instead}} |Description=
{{Warning | This command doesn't exist outside of {{ofp}}. Use [[worldName]] instead}} |Description=
____________________________________________________________________________________________


| [[getWorld]] |Syntax=
| [[getWorld]] |Syntax=


| [[String]] |Return value=
| [[String]] |Return value=
____________________________________________________________________________________________
   
   
|x1= <code>{{codecomment|; if testing on Everon, [[getWorld]] will return "eden"}}
|x1= <code>{{codecomment|; if testing on Everon, [[getWorld]] will return "eden"}}
[[hint]] [[getWorld]]</code> |Example 1=
[[hint]] [[getWorld]]</code> |Example 1=
____________________________________________________________________________________________


| [[worldName]]|See also=
| [[worldName]]|See also=

Revision as of 02:33, 17 January 2021

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 doesn't exist outside of Operation Flashpoint. Use worldName instead
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

Notes

Bottom Section