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 04-29-2012, 01:37 AM by foxtacles (contribs). It may differ significantly from the current revision.
Sets the name of the server.

[top]Declaration

Code cpp:
VAULTSCRIPT vaultmp::Void (*SetServerName)(vaultmp::String);
native SetServerName(name{});

[top]Parameters

vaultmp::String - the new server name

[top]Return value

None.

[top]Usage example (C++)

Code cpp:
vaultmp::String name = "My first server";
SetServerName(name);