worldName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)?\]\]" to "{{GameCategory|arma2|Scripting Commands}}")
No edit summary
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma1 |Game name=
|game1= arma1
|version1= 1.00


|1.00|Game version=
|game2= arma2
|version2= 1.00


|gr1= Mission Information |GROUP1=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Return the name of the currently loaded world.  |DESCRIPTION=
|game4= tkoh
____________________________________________________________________________________________
|version4= 1.00


|'''worldName''' |SYNTAX=
|game5= arma3
|version5= 0.50


| [[String]] |RETURNVALUE=
|gr1= Mission Information
____________________________________________________________________________________________
 
|x1= <code>_name = [[worldName]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[missionName]], [[briefingName]], [[serverName]], [[worldSize]] |SEEALSO=
|descr= Return the name of the currently loaded world.


}}
|s1= [[worldName]]
 
|r1= [[String]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>private _name = worldName;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[missionName]] [[briefingName]] [[serverName]] [[worldSize]]
</dl>
}}


<h3 style="display:none">Bottom Section</h3>
{{Note
[[Category:Scripting Commands|WORLDNAME]]
|user= Sa-Matra
{{GameCategory|arma1|Scripting Commands}}
|timestamp= 20240612093847
{{GameCategory|arma2|Scripting Commands}}
|text= World name casing is unreliable and checks must be case insensitive!
{{GameCategory|arma3|Scripting Commands}}
}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Mission_Information|{{uc:{{PAGENAME}}}}]]

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!