mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
comment change
This commit is contained in:
parent
363d47f644
commit
1cc8cf5aa1
@ -3,9 +3,9 @@ from direct.showbase.PythonUtil import Functor
|
|||||||
from direct.showbase import DirectObject
|
from direct.showbase import DirectObject
|
||||||
|
|
||||||
class BulletinBoardWatcher(DirectObject.DirectObject):
|
class BulletinBoardWatcher(DirectObject.DirectObject):
|
||||||
"""This class allows you to wait for N posts to be made to the bulletin
|
"""This class allows you to wait for a set of posts to be made to the
|
||||||
board, and give you a notification when all posts have been made. Values
|
bulletin board, and give you a notification when all posts have been
|
||||||
of posts are not examined."""
|
made. Values of posts are not examined."""
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory('BulletinBoardWatcher')
|
notify = DirectNotifyGlobal.directNotify.newCategory('BulletinBoardWatcher')
|
||||||
|
|
||||||
def __init__(self, name, postNames, callback):
|
def __init__(self, name, postNames, callback):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user