ObjTypeCustomisation

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

recolIndices

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.

retexIndices

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.

Constructors

Link copied to clipboard
constructor()
constructor(recolIndices: UByte, recol1: UShort, recol2: UShort, retexIndices: UByte, retex1: UShort, retex2: UShort)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard