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

SetServerMap

(Difference between revisions)
Return to current revision
  1. +
    Sets the map of the server.
    [h="2"] Declaration [/h]
    [highlight=cpp]
    VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(SetServerMap))(VAULTSPACE cRawString) _CPP(noexcept);
    [/highlight]
    [highlight=c]
    native SetServerMap(const map{});
    [/highlight]
    [h="2"] Parameters [/h]
    [b][wiki="cRawString"]cRawString[/wiki][/b] - the new map
    [h="2"] Return value [/h]
    None.
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Misc functions[/category]