direct.p3d.SeqValue
from direct.p3d.SeqValue import SeqValue
Deprecated since version 1.10.0: The p3d packaging system has been replaced with the new setuptools-based system. See the Distributing Panda3D Applications manual section.
Inheritance diagram
- class SeqValue(value=None)[source]
Bases:
object
This represents a sequence value read from a contents.xml file, either from the <contents> or the <package> section. It’s represented as series of dotted integers in the xml file, and stored internally as a tuple of integers.
It may be incremented, which increments only the last integer in the series; or it may be compared with another SeqValue, which compares all of the integers componentwise.
- loadXml(self, xelement, attribute='seq')[source]
Reads the seq from the indicated XML element. Returns true if loaded, false if not given or if there was an error.