historical/toontown-classic.git/panda/direct/task/__init__.py

9 lines
267 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
"""
This package contains the Python interface to the task system, which
manages scheduled functions that are executed at designated intervals.
The global task manager object can be imported as a singleton::
from direct.task.TaskManagerGlobal import taskMgr
"""