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

SetServerMap

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

[top]Declaration

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

[top]Parameters

cRawString - the new map

[top]Return value

None.