mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -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
|
||||
|
||||
class BulletinBoardWatcher(DirectObject.DirectObject):
|
||||
"""This class allows you to wait for N posts to be made to the bulletin
|
||||
board, and give you a notification when all posts have been made. Values
|
||||
of posts are not examined."""
|
||||
"""This class allows you to wait for a set of posts to be made to the
|
||||
bulletin board, and give you a notification when all posts have been
|
||||
made. Values of posts are not examined."""
|
||||
notify = DirectNotifyGlobal.directNotify.newCategory('BulletinBoardWatcher')
|
||||
|
||||
def __init__(self, name, postNames, callback):
|
||||
|
Loading…
x
Reference in New Issue
Block a user