00:00
00:00
Newgrounds Background Image Theme

xrusteater0 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Newgrounds Wiki: SaveFile

  • Package: com.newgrounds
  • Class: SaveFile
...

Methods

These are the methods of SaveFile.

attachIcon

public function attachIcon(parent:DisplayObjectContainer):Sprite
  • Returns
    • String

      Properties

      These are the properties of SaveFile.

      _imageFilePath

      public static var _imageFilePath:String;

      _saveFilePath

      public static var _saveFilePath:String;

      authorId

      public var authorId:uint;

      authorName

      public var authorName:String;

      bytesLoaded

      public var bytesLoaded:uint;

      bytesTotal

      public var bytesTotal:uint;

      createdDate

      public var createdDate:String;

      currentFile

      public static var currentFile:SaveFile;

      data

      public var data:Object;

      description

      public var description:String;

      draft

      public var draft:Boolean;

      group

      public var group:SaveGroup;

      iconLoaded

      public var iconLoaded:Boolean;

      icon

      public var icon:BitmapData;

      id

      public var id:uint;

      keys

      public var keys:Object;

      name

      public var name:String;

      ratings

      public var ratings:Object;

      readOnly

      public var readOnly:Boolean;

      updatedDate

      public var updatedDate:String;

      views

      public var views:uint;

      Constants

      These are the constants of SaveFile.

      DEFAULT_ICON

      public static const DEFAULT_ICON:BitmapData;

      ICON_HEIGHT

      public static const ICON_HEIGHT:uint = 90;

      ICON_WIDTH

      public static const ICON_WIDTH:uint = 90;