VScriptEvent
Engine/source/Verve/Extension/Script/VScriptEvent.h
Public Types
enum
eCommandType { k_TypeExpression k_TypeMethod k_TypeInvalid }
Private Types
Parent
Public Attributes
Public Functions
Public Static Functions
Detailed Description
Public Types
eCommandType
Enumerator
- k_TypeExpression
- k_TypeMethod
- k_TypeInvalid
Private Types
typedef VSceneObjectEvent Parent
Public Attributes
String mCommand
eCommandType mCommandType
Public Functions
VScriptEvent(void )
DECLARE_CONOBJECT(VScriptEvent )
onTrigger(const S32 & pTime, const S32 & pDelta)
Reimplemented from: VEvent