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 04-26-2012, 09:52 PM by foxtacles (contribs). It may differ significantly from the current revision.
Sets the map of the server.

[top]Declaration

Code cpp:
VAULTSCRIPT vaultmp::Void (*SetServerMap)(vaultmp::String);
native SetServerMap(map{});

[top]Parameters

map - the new map

[top]Return value

None.

[top]Usage example (C++)

Code cpp:
vaultmp::String map = "Vault 101";
SetServerMap(map);