Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/GameLogic/SCA_PropertyActuator.h')
-rw-r--r--source/gameengine/GameLogic/SCA_PropertyActuator.h22
1 files changed, 2 insertions, 20 deletions
diff --git a/source/gameengine/GameLogic/SCA_PropertyActuator.h b/source/gameengine/GameLogic/SCA_PropertyActuator.h
index 2fdf1a62559..cdcda7a84e0 100644
--- a/source/gameengine/GameLogic/SCA_PropertyActuator.h
+++ b/source/gameengine/GameLogic/SCA_PropertyActuator.h
@@ -62,41 +62,23 @@ public:
SCA_PropertyActuator(
-
SCA_IObject* gameobj,
-
CValue* sourceObj,
-
const STR_String& propname,
-
const STR_String& expr,
-
int acttype,
-
PyTypeObject* T=&Type
-
);
~SCA_PropertyActuator();
-
CValue*
-
GetReplica(
-
);
-
- bool
-
- Update(
-
- double curtime,
-
- double deltatime
-
- );
+ virtual bool
+ Update();
/* --------------------------------------------------------------------- */
/* Python interface ---------------------------------------------------- */