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

SetServerRule

This is an old revision of this page, as edited 08-23-2012, 11:46 PM by foxtacles (contribs). It may differ significantly from the current revision.
Server rulesServer rules

Defines a new server rule.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(SetServerRule))(VAULTSPACE cRawString, VAULTSPACE cRawString) _CPP(noexcept);
native SetServerRule(rule{}, value{});
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.