This site has been archived and made available for preservation purposes. No edits can be made.

SetServerName

This is an old revision of this page, as edited 08-23-2012, 11:44 PM by foxtacles (contribs). It may differ significantly from the current revision.
Sets the name of the server.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(SetServerName))(VAULTSPACE cRawString) _CPP(noexcept);
Code c:
native SetServerName(const name{});

[top]Parameters

String - the new server name

[top]Return value

None.