C# Class Server.AosArmorAttributes

Inheritance: BaseAttributes
Datei anzeigen Open project: brodock/runuo Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AosArmorAttributes ( Item owner ) : System
AosArmorAttributes ( Item owner, AosArmorAttributes other ) : System
AosArmorAttributes ( Item owner, Server.GenericReader reader ) : System
GetValue ( Server.Mobile m, AosArmorAttribute attribute ) : int
ToString ( ) : string
this ( AosArmorAttribute attribute ) : int

Method Details

AosArmorAttributes() public method

public AosArmorAttributes ( Item owner ) : System
owner Item
return System

AosArmorAttributes() public method

public AosArmorAttributes ( Item owner, AosArmorAttributes other ) : System
owner Item
other AosArmorAttributes
return System

AosArmorAttributes() public method

public AosArmorAttributes ( Item owner, Server.GenericReader reader ) : System
owner Item
reader Server.GenericReader
return System

GetValue() public static method

public static GetValue ( Server.Mobile m, AosArmorAttribute attribute ) : int
m Server.Mobile
attribute AosArmorAttribute
return int

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( AosArmorAttribute attribute ) : int
attribute AosArmorAttribute
return int