mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-21 21:32:58 +05:30
Added consistent names for methods for textures
This commit is contained in:
parent
058e395735
commit
6b5931c979
@ -95,7 +95,7 @@ class pyTexturePack:
|
||||
def show(self):
|
||||
devil1tex.printheader(self.cstruct)
|
||||
|
||||
def getbatchno(self):
|
||||
def getbatchnumber(self):
|
||||
return self.cstruct.contents.batchNumber
|
||||
|
||||
def getfirstbatchoffset(self):
|
||||
@ -123,7 +123,7 @@ class pyTextureBatchDescriptor:
|
||||
def gethash(self):
|
||||
return self.cstruct.contents.hash
|
||||
|
||||
def gettexno(self):
|
||||
def gettexnumber(self):
|
||||
return self.cstruct.contents.texNumber
|
||||
|
||||
def gettexturesize(self):
|
||||
|
Loading…
Reference in New Issue
Block a user