NodeListManager
Engine/source/environment/nodeListManager.h
Classes:
Public Static Attributes
Protected Attributes
bool
Public Functions
NodeListManager(const bool isServer)
addNodeList(NodeList * list)
clearNotification(U32 listId)
bool
dispatchNotification(NodeList * list)
bool
dispatchNotification(U32 listId)
bool
findListById(U32 id, NodeList ** list, bool completeOnly)
registerNotification(NodeListNotify * notify)
Detailed Description
Public Static Attributes
U32 smMaximumNodesPerEvent
Protected Attributes
bool mIsServer
U32 mNextListId
Vector< NodeList * > mNodeLists
Vector< NodeListNotify * > mNotifyList
Public Functions
NodeListManager(const bool isServer)
~NodeListManager()
addNodeList(NodeList * list)
clearAllNotifications()
clearNodeLists()
clearNotification(U32 listId)
dispatchNotification(NodeList * list)
dispatchNotification(U32 listId)
findListById(U32 id, NodeList ** list, bool completeOnly)
nextListId()
registerNotification(NodeListNotify * notify)