mudconfig()

Return type: table


Returns a table of all mudconfig keys/values.


mudconfig( key<string> )

Return type: any


Return the value of the given mudconfig key.


mudconfig( key<string>, value<any> )

Return type: none


Set the value for the given key.