[OgreKit Lua]

Public Member Functions | List of all members
gsWhenEvent Class Reference

Public Member Functions

 ~gsWhenEvent ()
 
void when (gsFunction when)
 
void when (gsSelf self, gsFunction when)
 
void when (gsSelf self, gsFunction when, const gkString &stParam)
 
void when (gsSelf self, gsFunction when, int intParam)
 
void when (gsSelf self, gsFunction when, float floatParam)
 
void when (gsSelf self, gsFunction when, bool boolParam)
 
 OGRE_KIT_WRAP_CLASS_COPY_CTOR (gsWhenEvent, gkFSM::Event, m_event)
 

Constructor & Destructor Documentation

gsWhenEvent::~gsWhenEvent ( )

Member Function Documentation

gsWhenEvent::OGRE_KIT_WRAP_CLASS_COPY_CTOR ( gsWhenEvent  ,
gkFSM::Event  ,
m_event   
)
void gsWhenEvent::when ( gsFunction  when)
void gsWhenEvent::when ( gsSelf  self,
gsFunction  when 
)
void gsWhenEvent::when ( gsSelf  self,
gsFunction  when,
const gkString &  stParam 
)
void gsWhenEvent::when ( gsSelf  self,
gsFunction  when,
int  intParam 
)
void gsWhenEvent::when ( gsSelf  self,
gsFunction  when,
float  floatParam 
)
void gsWhenEvent::when ( gsSelf  self,
gsFunction  when,
bool  boolParam 
)