worldName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=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]]
}}
}}


[[Category:Scripting Commands|WORLDNAME]]
{{Note
{{GameCategory|arma1|Scripting Commands}}
|user= Sa-Matra
{{GameCategory|arma2|Scripting Commands}}
|timestamp= 20240612093847
{{GameCategory|arma3|Scripting Commands}}
|text= World name casing is unreliable and checks must be case insensitive!
{{GameCategory|tkoh|Scripting Commands}}
}}

Latest revision as of 11:38, 12 June 2024

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
Sa-Matra - c
Posted on Jun 12, 2024 - 09:38 (UTC)
World name casing is unreliable and checks must be case insensitive!