From 41f42099acba137bbc6411341819fa1c8cd6d769 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 2 May 2009 04:53:01 +0000 Subject: BGE Py API patch from Mitchell Stokes, add distance attribute to the radar sensor, dont use 'continue' because its a python keyword. removed (ssizeobjargproc) it breaks py2.3 --- source/gameengine/PyDoc/BL_ActionActuator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/PyDoc') diff --git a/source/gameengine/PyDoc/BL_ActionActuator.py b/source/gameengine/PyDoc/BL_ActionActuator.py index 480681dc14a..455f83d5ce7 100644 --- a/source/gameengine/PyDoc/BL_ActionActuator.py +++ b/source/gameengine/PyDoc/BL_ActionActuator.py @@ -29,7 +29,7 @@ class BL_ActionActuator(SCA_IActuator): @type blendTime: float @ivar type: The operation mode of the actuator. KX_ACTIONACT_PLAY, KX_ACTIONACT_PROPERTY, KX_ACTIONACT_FLIPPER, KX_ACTIONACT_LOOPSTOP, KX_ACTIONACT_LOOPEND @type type: integer - @ivar continue: The actions continue option, True or False. + @ivar useContinue: The actions continue option, True or False. When True, the action will always play from where last left off, otherwise negative events to this actuator will reset it to its start frame. @type: boolean -- cgit v1.2.3