C

Characters

A container class that models the VSDX Characters object, stores all Character instances and provides factory methods for them.

Members

Show:

Properties

Methods

Factory method for creating a new Character object.

If a Character object is given as input, the index of the newly created object will be the one of the input, which means the new character inherits from it. Otherwise, a new index will be created and assigned.

Parameters

baseCharacter?: Character

Return Value

Returns the row with the (one-based) index.

Parameters

index: number

Return Value

Parameters

comparator?: any