worldName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Command Group: Mission Information)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return the name of the currently loaded world.  |= Description
| Return the name of the currently loaded world.  |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


|'''worldName''' |= Syntax
|'''worldName''' |SYNTAX=


| [[String]] |= Return value
| [[String]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_name = [[worldName]];</code> |= Example 1
|x1= <code>_name = [[worldName]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[missionName]], [[briefingName]], [[serverName]], [[worldSize]] |= See also
| [[missionName]], [[briefingName]], [[serverName]], [[worldSize]] |SEEALSO=


}}
}}

Revision as of 15:51, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Return the name of the currently loaded world.
Groups:
Uncategorised

Syntax

Syntax:
worldName
Return Value:
String

Examples

Example 1:
_name = worldName;

Additional Information

See also:
missionNamebriefingNameserverNameworldSize

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