![]() |
ORK Framework
2.22.0
API Documentation
|
Public Member Functions | |
DataObject | SaveGame () |
Used to save the data - you need to add the data to a ORKFramework.DataObject. More... | |
void | LoadGame (DataObject data) |
Used to load the data - you need to get the data from the ORKFramework.DataObject. More... | |
Properties | |
bool | Blocked [get, set] |
bool | Equipped [get] |
AIRulesetShortcut | AIRuleset [get, set] |
void ORKFramework.AI.AIRulesetSlot.LoadGame | ( | DataObject | data | ) |
Used to load the data - you need to get the data from the ORKFramework.DataObject.
data | A ORKFramework.DataObject containing the data. |
Implements ORKFramework.ISaveData.
DataObject ORKFramework.AI.AIRulesetSlot.SaveGame | ( | ) |
Used to save the data - you need to add the data to a ORKFramework.DataObject.
Implements ORKFramework.ISaveData.