PropertyList: Character.
These classes are under development and may change dramatically between versions.
Definition at line 1502 of file fbcharacter.h.
#include <fbcharacter.h>
Public Member Functions | |
FBPropertyListCharacter () | |
FBCharacter * | operator[] (int pIndex) |
Get the Character at pIndex. | |
virtual int | Duplicate (int pIndex) |
Duplicate a Character. |
FBCharacter* operator[] | ( | int | pIndex | ) |
Get the Character at pIndex.
pIndex | Index of Character to get a handle on. |
Reimplemented from FBPropertyListComponentBase.
virtual int Duplicate | ( | int | pIndex | ) | [virtual] |
Duplicate a Character.
pIndex | Index of character to duplicate. |