VScriptEvent

Engine/source/Verve/Extension/Script/VScriptEvent.h

More...

Public Types

enum
eCommandType {
  k_TypeExpression 
  k_TypeMethod 
  k_TypeInvalid 
}

Private Types

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

Public Static Functions

initPersistFields(void )