From fc7a83b458811883b01e948a37e6177ae96602db Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 14 Jun 2008 17:12:49 +0000 Subject: Added access for adjusting timeOffset value at runtime, used for apricot (Franky climbing walls) --- source/gameengine/SceneGraph/SG_ParentRelation.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source/gameengine/SceneGraph/SG_ParentRelation.h') diff --git a/source/gameengine/SceneGraph/SG_ParentRelation.h b/source/gameengine/SceneGraph/SG_ParentRelation.h index 9d360d1c274..6507cb98519 100644 --- a/source/gameengine/SceneGraph/SG_ParentRelation.h +++ b/source/gameengine/SceneGraph/SG_ParentRelation.h @@ -99,6 +99,16 @@ public : ) { return false; } + + /** + * Need this to see if we are able to adjust time-offset from the python api + */ + virtual + bool + IsSlowRelation( + ) { + return false; + } protected : /** -- cgit v1.2.3