Changeset View
Changeset View
Standalone View
Standalone View
source/gameengine/Ketsji/KX_ConstraintWrapper.h
| Context not available. | |||||
| #include "EXP_Value.h" | #include "EXP_Value.h" | ||||
| #include "PHY_DynamicTypes.h" | #include "PHY_DynamicTypes.h" | ||||
| class KX_ConstraintWrapper : public PyObjectPlus | class KX_ConstraintWrapper : public CValue | ||||
| { | { | ||||
| Py_Header | Py_Header | ||||
| public: | public: | ||||
| KX_ConstraintWrapper(PHY_ConstraintType ctype,int constraintId,class PHY_IPhysicsEnvironment* physenv); | KX_ConstraintWrapper(PHY_ConstraintType ctype,int constraintId,class PHY_IPhysicsEnvironment* physenv); | ||||
| virtual ~KX_ConstraintWrapper (); | virtual ~KX_ConstraintWrapper (); | ||||
| virtual std::string GetName(); | |||||
| int getConstraintId() { return m_constraintId; } | int getConstraintId() { return m_constraintId; } | ||||
| #ifdef WITH_PYTHON | #ifdef WITH_PYTHON | ||||
| Context not available. | |||||