C# Class hds.ClothingItem

显示文件 Open project: hdneo/mxo-hd Class Usage Examples

Public Methods

Method Description
ClothingItem ( ) : System
getClothesType ( ) : string
getColorId ( ) : uint
getGoidDecimal ( ) : UInt16
getGoidLittleEndian ( ) : byte
getItemName ( ) : string
getModelId ( ) : uint
getShortName ( ) : string
setClothesType ( string type ) : void
setColorId ( uint id ) : void
setGoidBigEndian ( byte GoBig ) : void
setGoidDecimal ( UInt16 GOdec ) : void
setGoidLittleEndian ( byte GoLittle ) : void
setItemName ( string name ) : void
setModelId ( uint id ) : void
setShortName ( string name ) : void

Method Details

ClothingItem() public method

public ClothingItem ( ) : System
return System

getClothesType() public method

public getClothesType ( ) : string
return string

getColorId() public method

public getColorId ( ) : uint
return uint

getGoidDecimal() public method

public getGoidDecimal ( ) : UInt16
return System.UInt16

getGoidLittleEndian() public method

public getGoidLittleEndian ( ) : byte
return byte

getItemName() public method

public getItemName ( ) : string
return string

getModelId() public method

public getModelId ( ) : uint
return uint

getShortName() public method

public getShortName ( ) : string
return string

setClothesType() public method

public setClothesType ( string type ) : void
type string
return void

setColorId() public method

public setColorId ( uint id ) : void
id uint
return void

setGoidBigEndian() public method

public setGoidBigEndian ( byte GoBig ) : void
GoBig byte
return void

setGoidDecimal() public method

public setGoidDecimal ( UInt16 GOdec ) : void
GOdec System.UInt16
return void

setGoidLittleEndian() public method

public setGoidLittleEndian ( byte GoLittle ) : void
GoLittle byte
return void

setItemName() public method

public setItemName ( string name ) : void
name string
return void

setModelId() public method

public setModelId ( uint id ) : void
id uint
return void

setShortName() public method

public setShortName ( string name ) : void
name string
return void