Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

SCA_PropertyActuator Class Reference

SCA_PropertyActuator.h. More...

#include <SCA_PropertyActuator.h>

Inheritance diagram for SCA_PropertyActuator:

SCA_IActuator SCA_ILogicBrick CValue PyObjectPlus PyObject List of all members.

Public Methods

 SCA_PropertyActuator (SCA_IObject* gameobj,CValue* sourceObj,const CCString& propname,const CCString& expr,int acttype,PyTypeObject* T=&Type )
 Assign, change, copy properties. More...

virtual ~SCA_PropertyActuator ()
virtual CValueGetReplica ()
virtual bool Update (double curtime,double deltatime)
virtual PyObject_getattr (char *attr)
 KX_PYMETHOD_DOC (SCA_PropertyActuator,SetProperty)
 KX_PYMETHOD_DOC (SCA_PropertyActuator,GetProperty)
 KX_PYMETHOD_DOC (SCA_PropertyActuator,SetValue)
 KX_PYMETHOD_DOC (SCA_PropertyActuator,GetValue)

Detailed Description

SCA_PropertyActuator.h.

Version:

Id:
SCA_PropertyActuator.h,v 1.1 2000/12/06 20:22:33 coockie Exp

Definition at line 12 of file SCA_PropertyActuator.h.


Constructor & Destructor Documentation

SCA_PropertyActuator::SCA_PropertyActuator ( SCA_IObject * gameobj,
CValue * sourceObj,
const CCString & propname,
const CCString & expr,
int acttype,
PyTypeObject * T = &Type )
 

Assign, change, copy properties.

Version:

Id:
SCA_PropertyActuator.cpp,v 1.3 2000/12/27 19:04:51 coockie Exp

Definition at line 17 of file SCA_PropertyActuator.cpp.

Referenced by GetReplica().

SCA_PropertyActuator::~SCA_PropertyActuator ( ) [virtual]
 

Definition at line 26 of file SCA_PropertyActuator.cpp.


Member Function Documentation

CValue * SCA_PropertyActuator::GetReplica ( ) [inline, virtual]
 

Reimplemented from CValue.

Definition at line 35 of file SCA_PropertyActuator.h.

SCA_PropertyActuator::KX_PYMETHOD_DOC ( SCA_PropertyActuator,
GetValue )
 

SCA_PropertyActuator::KX_PYMETHOD_DOC ( SCA_PropertyActuator,
SetValue )
 

SCA_PropertyActuator::KX_PYMETHOD_DOC ( SCA_PropertyActuator,
GetProperty )
 

SCA_PropertyActuator::KX_PYMETHOD_DOC ( SCA_PropertyActuator,
SetProperty )
 

bool SCA_PropertyActuator::Update ( double curtime,
double deltatime ) [virtual]
 

Reimplemented from SCA_IActuator.

Definition at line 31 of file SCA_PropertyActuator.cpp.

PyObject * SCA_PropertyActuator::_getattr ( char * attr ) [virtual]
 

Reimplemented from SCA_ILogicBrick.

Definition at line 169 of file SCA_PropertyActuator.cpp.


The documentation for this class was generated from the following files:
Generated at Thu Feb 1 13:03:56 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000