worldName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
m (Text replacement - "<code>\[\[private\]\] _([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>private _$1 = $2;</sqf>")
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma1
|game1= arma1
|version1= 1.00


|1.00
|game2= arma2
|version2= 1.00
 
|game3= arma2oa
|version3= 1.50
 
|game4= tkoh
|version4= 1.00
 
|game5= arma3
|version5= 0.50


|gr1= Mission Information
|gr1= Mission Information


| Return the name of the currently loaded world.
|descr= Return the name of the currently loaded world.


|'''worldName'''
|s1= [[worldName]]


| [[String]]
|r1= [[String]]
 
|x1= <code>_name = [[worldName]];</code>


| [[missionName]], [[briefingName]], [[serverName]], [[worldSize]]
|x1= <sqf>private _name = worldName;</sqf>


|seealso= [[missionName]] [[briefingName]] [[serverName]] [[worldSize]]
}}
}}
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|WORLDNAME]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 22:21, 7 May 2022

Hover & click on the images for description

Description

Description:
Return the name of the currently loaded world.
Groups:
Mission Information

Syntax

Syntax:
worldName
Return Value:
String

Examples

Example 1:
private _name = worldName;

Additional Information

See also:
missionName briefingName serverName worldSize

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