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

SetServerName

Sets the name of the server.

[top]Declaration

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

[top]Parameters

cRawString - the new server name

[top]Return value

None.