These are the methods of SaveGroup.
getKeyById
Return to Top ^public function getKeyById(id:uint):SaveKey
getKey
Return to Top ^public function getKey(name:String):SaveKey
getRatingById
Return to Top ^public function getRatingById(id:uint):SaveRating
getRating
Return to Top ^public function getRating(name:String):SaveRating
toString
Return to Top ^public function toString():String
These are the properties of SaveGroup.
connection
Return to Top ^public var connection:APIConnection;
ratings
Return to Top ^public var ratings:Array;
These are the constants of SaveGroup.
TYPE_MODERATED
Return to Top ^public static const TYPE_MODERATED:uint = 3;
TYPE_PRIVATE
Return to Top ^public static const TYPE_PRIVATE:uint = 1;
TYPE_PUBLIC
Return to Top ^public static const TYPE_PUBLIC:uint = 2;
TYPE_SYSTEM
Return to Top ^public static const TYPE_SYSTEM:uint = 0;