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

SetServerRule

Server rulesServer rules

Defines a new server rule.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(SetServerRule))(VAULTSPACE cRawString, VAULTSPACE cRawString) VAULTCPP(noexcept);
Code c:
native SetServerRule(const rule{}, const value{});

[top]Parameters

cRawString - the new rule (key)
cRawString - the value of the rule

[top]Return value

None.