ScriptSharedTable¶
Shared table of object. This class provides a table which any scripts can modify.
Methods¶
Clear() → nil¶
Clear the shared table
Remove(key: string) → nil¶
Remove the key from shared table
ClearPrefix(prefix: string) → nil¶
Clear all keys with the prefix
ClearSuffix(suffix: string) → nil¶
Clear all keys with the suffix