This event is fired when API.loadSaveFile is called.
APIEvent
This event will be an instance of
APIEvent, and contain the following values:
- type:String - APIEvent.FILE_INITIALIZED
- success:Boolean - True if the file was initialized.
- data:Object - Containing the following properties:
- file:SaveFile - The SaveFile Instance that was initialized