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

SetServerMap

Sets the map of the server.

[top]Declaration

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

[top]Parameters

cRawString - the new map

[top]Return value

None.