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}}")
m (Text replacement - "<code>\[\[private\]\] _([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>private _$1 = $2;</sqf>")
 
(15 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]]


<h3 style="display:none">Notes</h3>
|r1= [[String]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>private _name = worldName;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[missionName]] [[briefingName]] [[serverName]] [[worldSize]]
[[Category:Scripting Commands|WORLDNAME]]
}}
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Mission_Information|{{uc:{{PAGENAME}}}}]]

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