mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
added getZoneNum
This commit is contained in:
parent
bc99818e0e
commit
535a7ebe46
@ -20,4 +20,9 @@ class ZoneEntityBase(Entity.Entity):
|
||||
self.zoneId = zoneId
|
||||
|
||||
def getZoneId(self):
|
||||
"""network zoneId"""
|
||||
return self.zoneId
|
||||
|
||||
def getZoneNum(self):
|
||||
"""zoneNum from model"""
|
||||
return self.modelZoneNum
|
||||
|
Loading…
x
Reference in New Issue
Block a user