serverName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Add example)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''serverName''' |SYNTAX=
| [[serverName]] |SYNTAX=


| [[String]] |RETURNVALUE=
| [[String]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>[[hint]] [[format]] ["Welcome to the %1 server!", [[serverName]]];</code>


| [[worldName]], [[briefingName]], [[missionName]], [[worldSize]] |SEEALSO=
| [[worldName]], [[briefingName]], [[missionName]], [[worldSize]] |SEEALSO=
}}
}}


Line 27: Line 27:
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Mission_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Mission Information|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Multiplayer|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Multiplayer|{{uc:{{PAGENAME}}}}]]

Revision as of 19:16, 11 March 2020

Hover & click on the images for description

Description

Description:
Returns name of the hosting server in MP, "" in SP.
Groups:
Uncategorised

Syntax

Syntax:
serverName
Return Value:
String

Examples

Example 1:
hint format ["Welcome to the %1 server!", serverName];

Additional Information

See also:
worldNamebriefingNamemissionNameworldSize

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