Poodletooth-iLand/panda/direct/extensions/PandaSystem-extensions.py

7 lines
145 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
def getSystems(self):
l = []
for i in range(self.getNumSystems()):
l.append(self.getSystem(l))
return l