Ability
API documention for the Prototype Ability.
Source code
Usage
var instance = new Ability(args);
...
instance.method(args);
Index
Constructor
Variables
-- No Variables --
Getters & Setters
(get) description
(get) id
(get) name
Type: string
Usage: var description = a.description;
(get) id
Type: int
Usage: var id = a.id;
(get) name
Type: string
Usage: var name = a.name;
Methods
-- No Methods --
Indexers
-- No Indexers --