mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
added noNewInterests
This commit is contained in:
parent
ac368c6044
commit
36c3d27464
@ -90,6 +90,9 @@ class DoInterestManager(DirectObject.DirectObject):
|
||||
def setNoNewInterests(self, flag):
|
||||
self._noNewInterests = flag
|
||||
|
||||
def noNewInterests(self):
|
||||
return self._noNewInterests
|
||||
|
||||
def addInterest(self, parentId, zoneIdList, description, event=None):
|
||||
"""
|
||||
Look into a (set of) zone(s).
|
||||
|
Loading…
x
Reference in New Issue
Block a user