Skip to main content

SaveGame

Complete API reference for SaveGame, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: SaveGame

Component: no


public class SaveGame

Static Methods

SignatureReturnsDescription
saveString(String, String)voidSaves string from the object.
loadString(String)StringLoads string into the object.
deleteString(String)voidRemoves string from the collection.
saveFloat(String, float)voidSaves float from the object.
loadFloat(String)floatLoads float into the object.
deleteFloat(String)voidRemoves float from the collection.
saveInt(String, int)voidSaves int from the object.
loadInt(String)intLoads int into the object.
deleteInt(String)voidRemoves int from the collection.
saveVector3(String, Vector3)voidSaves vector3 from the object.
loadVector3(String)Vector3Loads vector3 into the object.
deleteVector3(String)voidRemoves vector3 from the collection.
saveVector2(String, Vector2)voidSaves vector2 from the object.
loadVector2(String)Vector2Loads vector2 into the object.
deleteVector2(String)voidRemoves vector2 from the collection.
saveQuaternion(String, Quaternion)voidSaves quaternion from the object.
loadQuaternion(String)QuaternionLoads quaternion into the object.
deleteQuaternion(String)voidRemoves quaternion from the collection.
saveColor(String, Color)voidSaves color from the object.
loadColor(String)ColorLoads color into the object.
deleteColor(String)voidRemoves color from the collection.
saveBoolean(String, boolean)voidSaves boolean from the object.
loadBoolean(String)booleanLoads boolean into the object.
deleteBoolean(String)voidRemoves boolean from the collection.
deleteAll()voidRemoves all from the collection.