C# Class Server.AosAttributes

Inheritance: BaseAttributes
Show file Open project: brodock/runuo Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddStatBonuses ( Server.Mobile to ) : void
AosAttributes ( Item owner ) : System
AosAttributes ( Item owner, AosAttributes other ) : System
AosAttributes ( Item owner, Server.GenericReader reader ) : System
GetValue ( Server.Mobile m, AosAttribute attribute ) : int
RemoveStatBonuses ( Server.Mobile from ) : void
ToString ( ) : string
this ( AosAttribute attribute ) : int

Method Details

AddStatBonuses() public method

public AddStatBonuses ( Server.Mobile to ) : void
to Server.Mobile
return void

AosAttributes() public method

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

AosAttributes() public method

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

AosAttributes() public method

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

GetValue() public static method

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

RemoveStatBonuses() public method

public RemoveStatBonuses ( Server.Mobile from ) : void
from Server.Mobile
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

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