Obj Type Customisation
class ObjTypeCustomisation(var recolIndices: UByte, var recol1: UShort, var recol2: UShort, var retexIndices: UByte, var retex1: UShort, var retex2: UShort)
A class to track modifications done to a specific worn obj.
Parameters
recol Indices
the bitpacked indices of the source colour to overwrite.
recol1
the colour value to overwrite the source colour at the first index with.
recol2
the colour value to overwrite the source colour at the second index with.
retex Indices
the bitpacked indices of the source texture to overwrite.
retex1
the texture id to overwrite the source texture at the first index with.
retex2
the texture id to overwrite the source texture at the second index with.