NaN:NaN
NaN:NaN
--:-- / --:--
Newgrounds Background Image Theme

Nilten 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: SaveKey

  • Package: com.newgrounds
  • Class: SaveKey


Methods

These are the methods of SaveKey.


toString

public function toString():String


validateValue

public function validateValue(value:any):any
  • Parameters
  • value:any


  • Returns
  • any


Properties

These are the properties of SaveKey.


id

public var id:uint;


name

public var name:String;


type

public var type:uint;


Constants

These are the constants of SaveKey.


TYPE_BOOLEAN

public static const TYPE_BOOLEAN:uint = 4;


TYPE_FLOAT

public static const TYPE_FLOAT:uint = 1;


TYPE_INTEGER

public static const TYPE_INTEGER:uint = 2;


TYPE_STRING

public static const TYPE_STRING:uint = 3;