View source
enum FlxSaveStatus
package flixel.util
import flixel.util.FlxSave
Available on all platforms
Values
EMPTY
The initial state, call bind() in order to use.
BOUND(name:String, path:String)
The save is set up correctly.
SAVE_ERROR(type:SaveFailureType)
There was an issue during flush. Previously known as ERROR(msg:String)
LOAD_ERROR(type:LoadFailureType)
There was an issue while loading