PropertyList: Actor.
These classes are under development and may change dramatically between versions.
Definition at line 1337 of file fbcharacter.h.
#include <fbcharacter.h>

Public Member Functions |
|
| FBPropertyListActor () | |
| FBActor * | operator[] (int pIndex) |
| Get the actor at pIndex. |
|
| virtual int | Duplicate (int pIndex) |
| Duplicate an actor. |
|
| FBActor* operator[] | ( | int | pIndex | ) |
Get the actor at pIndex.
| pIndex | Index of actor to get a handle on. |
Reimplemented from FBPropertyListComponentBase.
| virtual int Duplicate | ( | int | pIndex | ) | [virtual] |
Duplicate an actor.
| pIndex | Index of actor to duplicate. |