direct.showbase.BulletinBoardWatcher

from direct.showbase.BulletinBoardWatcher import BulletinBoardWatcher

Contains the BulletinBoardWatcher class.

Inheritance diagram

Inheritance diagram of direct.showbase.BulletinBoardWatcher

class BulletinBoardWatcher(name, postNames, callback, removeNames=None)[source]

Bases: DirectObject

This class allows you to wait for a set of posts to be made to (or removed from) the bulletin board, and gives you a notification when all posts have been made. Values of posts are not examined.

__init__(self, name, postNames, callback, removeNames=None)[source]
destroy(self)[source]
isDone(self)[source]
notify = <direct.directnotify.Notifier.Notifier object>