#include <fbconstructionhistory.h>
Definition at line 130 of file fbconstructionhistory.h.
Public Member Functions |
|
FBEventConstructionHistoryChange (HKEventBase pEvent) | |
Constructor. |
|
int | GetCommandId () |
GetCommandId Returns the index of the
command that was executed in the construction history. |
|
void | PropertyAdd (FBProperty *) |
Empty function to avoid creating property
container object. |
|
Public Attributes |
|
FBPropertyInt | Type |
Read Only Property: Type of event.
|
|
Protected Attributes |
|
HKEventBase | mEvent |
Internal Event pointer. |
FBEventConstructionHistoryChange::FBEventConstructionHistoryChange | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
int FBEventConstructionHistoryChange::GetCommandId | ( | ) |
GetCommandId Returns the index of the command that was executed in the construction history.
void FBEvent::PropertyAdd | ( | FBProperty * | ) | [inline, inherited] |
Empty function to avoid creating property container object.
Definition at line 907 of file fbcomponent.h.
:
FBPropertyInt
FBEvent::Type
[inherited] |
Read Only Property: Type of event.
Reimplemented in FBEventAnimationNode, FBEventSceneChange, FBEventTakeChange, and FBEventFileChange.
Definition at line 900 of file fbcomponent.h.
HKEventBase FBEvent::mEvent
[protected, inherited] |