C# Class Server.AosSkillBonuses

Inheritance: BaseAttributes
ファイルを表示 Open project: brodock/runuo Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddTo ( Server.Mobile m ) : void
AosSkillBonuses ( Item owner ) : System
AosSkillBonuses ( Item owner, AosSkillBonuses other ) : System
AosSkillBonuses ( Item owner, Server.GenericReader reader ) : System
CheckCancelMorph ( Server.Mobile m ) : void
GetBonus ( int index ) : double
GetProperties ( ObjectPropertyList list ) : void
GetSkill ( int index ) : SkillName
GetValues ( int index, SkillName &skill, double &bonus ) : bool
Remove ( ) : void
SetBonus ( int index, double bonus ) : void
SetSkill ( int index, SkillName skill ) : void
SetValues ( int index, SkillName skill, double bonus ) : void
ToString ( ) : string

Method Details

AddTo() public method

public AddTo ( Server.Mobile m ) : void
m Server.Mobile
return void

AosSkillBonuses() public method

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

AosSkillBonuses() public method

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

AosSkillBonuses() public method

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

CheckCancelMorph() public method

public CheckCancelMorph ( Server.Mobile m ) : void
m Server.Mobile
return void

GetBonus() public method

public GetBonus ( int index ) : double
index int
return double

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
return void

GetSkill() public method

public GetSkill ( int index ) : SkillName
index int
return SkillName

GetValues() public method

public GetValues ( int index, SkillName &skill, double &bonus ) : bool
index int
skill SkillName
bonus double
return bool

Remove() public method

public Remove ( ) : void
return void

SetBonus() public method

public SetBonus ( int index, double bonus ) : void
index int
bonus double
return void

SetSkill() public method

public SetSkill ( int index, SkillName skill ) : void
index int
skill SkillName
return void

SetValues() public method

public SetValues ( int index, SkillName skill, double bonus ) : void
index int
skill SkillName
bonus double
return void

ToString() public method

public ToString ( ) : string
return string