![]() |
Makinom
2.21.0
API Documentation
|
Interface used for saving/loading data with a save game. This doesn't automatically save the data - it still has to be included into the save game somewhere (e.g. the GameHandler class). More...
Public Member Functions | |
DataObject | SaveGame () |
Used to save the data - you need to add the data to a GamingIsLove.Makinom.DataObject. More... | |
void | LoadGame (DataObject data) |
Used to load the data - you need to get the data from the GamingIsLove.Makinom.DataObject. More... | |
Interface used for saving/loading data with a save game. This doesn't automatically save the data - it still has to be included into the save game somewhere (e.g. the GameHandler class).
void GamingIsLove.Makinom.ISaveData.LoadGame | ( | DataObject | data | ) |
Used to load the data - you need to get the data from the GamingIsLove.Makinom.DataObject.
data | A GamingIsLove.Makinom.DataObject containing the data. |
Implemented in GamingIsLove.Makinom.VariableListHandler, GamingIsLove.Makinom.VariableHandler, GamingIsLove.Makinom.GameHandler, GamingIsLove.Makinom.MusicChannel, GamingIsLove.Makinom.AudioHandler, GamingIsLove.Makinom.PlayerHandler, GamingIsLove.Makinom.SceneHandler, GamingIsLove.Makinom.SceneData, GamingIsLove.Makinom.NavigationMarker, GamingIsLove.Makinom.SceneTargetInstance, GamingIsLove.Makinom.AudioChannel, GamingIsLove.Makinom.Components.PrefabSaverComponent, GamingIsLove.Makinom.Timer, GamingIsLove.Makinom.BaseInputIDKeySetting, GamingIsLove.Makinom.TerrainDataChanges, and GamingIsLove.Makinom.Components.GameObjectSaverComponent.
DataObject GamingIsLove.Makinom.ISaveData.SaveGame | ( | ) |
Used to save the data - you need to add the data to a GamingIsLove.Makinom.DataObject.
Implemented in GamingIsLove.Makinom.VariableListHandler, GamingIsLove.Makinom.VariableHandler, GamingIsLove.Makinom.GameHandler, GamingIsLove.Makinom.MusicChannel, GamingIsLove.Makinom.AudioHandler, GamingIsLove.Makinom.PlayerHandler, GamingIsLove.Makinom.SceneHandler, GamingIsLove.Makinom.SceneData, GamingIsLove.Makinom.NavigationMarker, GamingIsLove.Makinom.SceneTargetInstance, GamingIsLove.Makinom.AudioChannel, GamingIsLove.Makinom.Components.PrefabSaverComponent, GamingIsLove.Makinom.Timer, GamingIsLove.Makinom.BaseInputIDKeySetting, GamingIsLove.Makinom.Components.GameObjectSaverComponent, and GamingIsLove.Makinom.TerrainDataChanges.