serverName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{uc:{{PAGENAME}}}}" to "")
m (Text replacement - "{{uc:{{PAGENAME}}}}" to "")
Line 31: Line 31:
[[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}}}}]]

Revision as of 22:26, 25 September 2020

Hover & click on the images for description

Description

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

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