Loads a saved variable under the specific key
If no key is given, it will return a table with all saved variables 
overload 1:
ConfigAPI.load(): Table | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | typings.80563118
overload 2:
ConfigAPI.load(key: String): AnyType | Method Property | Fluent Description | Representation |
|---|---|---|
| key accepts | typings.-1808118735||
| Return Value | typings.821772070
Save to disk a variable under the specific key
If the value is nil, the variable is removed from the file 
overload 1:
ConfigAPI.save(key: String, value: AnyType): ConfigAPI | Method Property | Fluent Description | Representation |
|---|---|---|
| key accepts | typings.-1808118735||
| value accepts | typings.821772070||
| Return Value | typings.1199487832
listFiles
action_wheel
Action
BlockRaycastTypes