IModPersistentData Methods |
The IModPersistentData type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearAll |
Clears all saved data for this mod.
| |
| Exists |
Checks whether a value exists for the specified key.
| |
| LoadBool |
Attempts to load a boolean value from the persistent store.
| |
| LoadFloat |
Attempts to load a floating point value from the persistent store.
| |
| LoadInt |
Attempt to load an integer value from the persistent store.
| |
| LoadString |
Attempts to load a string value from the persistent store.
| |
| SaveBool |
Save a boolean value to the persistent data store.
| |
| SaveFloat |
Save a floating point value to the persistent data store.
| |
| SaveInt |
Save an integer value to the persistent data store.
| |
| SaveString |
Save a string value to the persistent data store.
|