Plugin : String
Author:Rex.Rainbow
- Save string with any kind of size. This plugin will divide string into many rows for saving.
Download
Properties
Class name
- Class name of this function.
Actions
Initial
Action:Initial table
Load
Action:Load
- Load value.
- OwnerID ( string ) : Object ID of owner.
- Key ( string ) : Key name.
Remove
Action:Remove
- Remove value.
- OwnerID ( string ) : Object ID of owner.
- Key ( string ) : Key name.
Action:Remove all keys
- Remove all keys.
- OwnerID ( string ) : Object ID of owner.
Save
Action:Save
- Save value.
- OwnerID ( string ) : Object ID of owner.
- Key ( string ) : Key name.
- Value ( string ) : String value.
Expressions
Error
Expression:ErrorCode
Expression:ErrorMessage
Load
Expression:LastLoadedOwnerID
Expression:LastLoadedKey
Expression:LastLoadedValue
Save
Expression:LastSavedOwnerID
Expression:LastSavedKey
Expression:LastSavedValue
Conditions
Load
Condition:On load complete
- Triggered when load complete.
Condition:On load error
- Triggered when load error.
Remove
Condition:On remove complete
- Triggered when remove complete.
Condition:On remove error
- Triggered when remove error.
Save
Condition:On save complete
- Triggered when save complete.
Condition:On save error
- Triggered when save error.