DelayedCall
from direct.showbase.PythonUtil import DelayedCall
calls a func after a specified delay
Inheritance:
DelayedCall
:
Methods of DelayedCall:
__init__
_doCallback
__init__
def __init__(self, func, name=None, delay=None)
Undocumented function.
_doCallback
def _doCallback(self, task)
Undocumented function.