#include <KX_IpoActuator.h>
Inheritance diagram for KX_IpoActuator:

Public Types | |
| enum | IpoActType { KX_ACT_IPO_NODEF = 0, KX_ACT_IPO_PLAY, KX_ACT_IPO_PINGPONG, KX_ACT_IPO_FLIPPER, KX_ACT_IPO_LOOPSTOP, KX_ACT_IPO_LOOPEND, KX_ACT_IPO_KEY2KEY, KX_ACT_IPO_FROM_PROP, KX_ACT_IPO_MAX } |
Public Methods | |
| IpoActType | string2mode (char* modename) |
| KX_IpoActuator (SCA_IObject* gameobj,const CCString& propname,float starttime,float endtime,int acttype,PyTypeObject* T=&Type) | |
| virtual | ~KX_IpoActuator () |
| virtual CValue* | GetReplica () |
| void | SetStart (float starttime) |
| void | SetEnd (float endtime) |
| virtual bool | Update (double curtime,double deltatime) |
| virtual PyObject* | _getattr (char *attr) |
| KX_PYMETHOD (KX_IpoActuator,Set) | |
| KX_PYMETHOD (KX_IpoActuator,SetProperty) | |
| KX_PYMETHOD (KX_IpoActuator,SetKey2Key) | |
| KX_PYMETHOD (KX_IpoActuator,SetStart) | |
| KX_PYMETHOD (KX_IpoActuator,GetStart) | |
| KX_PYMETHOD (KX_IpoActuator,SetEnd) | |
| KX_PYMETHOD (KX_IpoActuator,GetEnd) | |
| KX_PYMETHOD (KX_IpoActuator,SetUseForce) | |
| KX_PYMETHOD (KX_IpoActuator,GetUseForce) | |
| KX_PYMETHOD (KX_IpoActuator,SetType) | |
| KX_PYMETHOD (KX_IpoActuator,GetType) | |
Public Attributes | |
| IpoActType | m_type |
Static Public Attributes | |
| CCString | S_KX_ACT_IPO_PLAY_STRING = "Play" |
| Do Ipo stuff. More... | |
| CCString | S_KX_ACT_IPO_PINGPONG_STRING = "PingPong" |
| CCString | S_KX_ACT_IPO_FLIPPER_STRING = "Flipper" |
| CCString | S_KX_ACT_IPO_LOOPSTOP_STRING = "LoopStop" |
| CCString | S_KX_ACT_IPO_LOOPEND_STRING = "LoopEnd" |
| CCString | S_KX_ACT_IPO_KEY2KEY_STRING = "Key2key" |
| CCString | S_KX_ACT_IPO_FROM_PROP_STRING = "FromProp" |
Version:
Definition at line 12 of file KX_IpoActuator.h.
|
|
Definition at line 25 of file KX_IpoActuator.h. |
|
|
Definition at line 50 of file KX_IpoActuator.h. Referenced by GetReplica(). |
|
|
Definition at line 60 of file KX_IpoActuator.h. |
|
|
Reimplemented from CValue. Definition at line 62 of file KX_IpoActuator.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 71 of file KX_IpoActuator.h. |
|
|
Definition at line 70 of file KX_IpoActuator.h. |
|
|
Reimplemented from SCA_IActuator. Definition at line 45 of file KX_IpoActuator.cpp. |
|
|
Reimplemented from SCA_ILogicBrick. Definition at line 309 of file KX_IpoActuator.cpp. |
|
|
Definition at line 239 of file KX_IpoActuator.cpp. |
|
|
Definition at line 40 of file KX_IpoActuator.h. |
|
|
Definition at line 44 of file KX_IpoActuator.h. |
|
|
Definition at line 43 of file KX_IpoActuator.h. |
|
|
Definition at line 42 of file KX_IpoActuator.h. |
|
|
Definition at line 41 of file KX_IpoActuator.h. |
|
|
Definition at line 39 of file KX_IpoActuator.h. |
|
|
Do Ipo stuff. Version:
Definition at line 38 of file KX_IpoActuator.h. |
|
|
Definition at line 48 of file KX_IpoActuator.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000