C# Class Server.AosWeaponAttributes

Inheritance: BaseAttributes
Mostrar archivo Open project: brodock/runuo Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

AosWeaponAttributes() public method

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

AosWeaponAttributes() public method

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

AosWeaponAttributes() public method

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

GetValue() public static method

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

ToString() public method

public ToString ( ) : string
return string

this() public method

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