C# Class hds.MarginAbilityItem

Datei anzeigen Open project: hdneo/mxo-hd

Public Properties

Property Type Description
AbilityID System.Int32
isLoaded bool
level System.UInt16
slot System.UInt16

Public Methods

Method Description
MarginAbilityItem ( ) : System
getAbilityID ( ) : Int32
getLevel ( ) : UInt16
getLoaded ( ) : bool
getSlot ( ) : UInt16
setAbilityID ( Int32 AbilityID ) : void
setLevel ( UInt16 level ) : void
setLoaded ( bool isLoaded ) : void
setSlot ( UInt16 slot ) : void

Method Details

MarginAbilityItem() public method

public MarginAbilityItem ( ) : System
return System

getAbilityID() public method

public getAbilityID ( ) : Int32
return System.Int32

getLevel() public method

public getLevel ( ) : UInt16
return System.UInt16

getLoaded() public method

public getLoaded ( ) : bool
return bool

getSlot() public method

public getSlot ( ) : UInt16
return System.UInt16

setAbilityID() public method

public setAbilityID ( Int32 AbilityID ) : void
AbilityID System.Int32
return void

setLevel() public method

public setLevel ( UInt16 level ) : void
level System.UInt16
return void

setLoaded() public method

public setLoaded ( bool isLoaded ) : void
isLoaded bool
return void

setSlot() public method

public setSlot ( UInt16 slot ) : void
slot System.UInt16
return void

Property Details

AbilityID public_oe property

public Int32,System AbilityID
return System.Int32

isLoaded public_oe property

public bool isLoaded
return bool

level public_oe property

public UInt16,System level
return System.UInt16

slot public_oe property

public UInt16,System slot
return System.UInt16