00:00
00:00
Newgrounds Background Image Theme

Notking 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: SaveGroup

  • Package: com.newgrounds
  • Class: SaveGroup
...

Methods

These are the methods of SaveGroup.

getKeyById

public function getKeyById(id:uint):SaveKey
  • Returns
    • String

      Properties

      These are the properties of SaveGroup.

      connection

      public var connection:APIConnection;

      id

      public var id:uint;

      keys

      public var keys:Array;

      name

      public var name:String;

      ratings

      public var ratings:Array;

      type

      public var type:uint;

      Constants

      These are the constants of SaveGroup.

      TYPE_MODERATED

      public static const TYPE_MODERATED:uint = 3;

      TYPE_PRIVATE

      public static const TYPE_PRIVATE:uint = 1;

      TYPE_PUBLIC

      public static const TYPE_PUBLIC:uint = 2;

      TYPE_SYSTEM

      public static const TYPE_SYSTEM:uint = 0;