Add attach command.

This commit is contained in:
aignacio_sf 2006-04-25 03:58:25 +00:00
parent 10bf727190
commit ab6492b17d
1 changed files with 4 additions and 0 deletions

View File

@ -549,6 +549,10 @@ class MotionTrail(NodePath):
self.geom_node.removeAllGeoms ( )
return
def attach_motion_trail (self):
self.reset_motion_trail ( )
return
def begin_motion_trail (self):
if (self.continuous_motion_trail == False):
self.reset_motion_trail ( )