VoidExpanse/scope-config
| GetFlag | ||
|---|---|---|
| Arguments | Returns | Example |
|
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 |
|
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}}} | ||