VoidExpanse/scope-config

From AtomicTorchWiki
Revision as of 07:31, 12 February 2014 by Atomic-admin (talk | contribs)
GetFlag
Arguments Returns Example
  • String: name

Boolean - whether the flag is set or not.

Returns a boolean server flag value by name. Basically used to read server config options.

Description
{{{5}}}


GetValue
Arguments Returns Example
  • String: name

Mixed - a particular value of config.

Returns a server variable value by name. Basically used to read server config options. Standard return types are string, integer, float, etc.

Description
{{{5}}}