Pokemon3D Script API Documentation

Ability

API documention for the Prototype Ability.
Source code

Usage

var instance = new Ability(args);
...
instance.method(args);

Index


Constructor

Constructor constructor

Arguments: int idUsage: var a = new Ability(id);

Variables

-- No Variables --

Getters & Setters

Getter (get) description

Type: stringUsage: var description = a.description;

Getter (get) id

Type: intUsage: var id = a.id;

Getter (get) name

Type: stringUsage: var name = a.name;

Methods

-- No Methods --

Indexers

-- No Indexers --