C# Class Server.AosSkillBonuses

Inheritance: BaseAttributes
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public AddTo ( Server.Mobile m ) : void
m Server.Mobile
Résultat void

AosSkillBonuses() public méthode

public AosSkillBonuses ( Item owner ) : System
owner Item
Résultat System

AosSkillBonuses() public méthode

public AosSkillBonuses ( Item owner, AosSkillBonuses other ) : System
owner Item
other AosSkillBonuses
Résultat System

AosSkillBonuses() public méthode

public AosSkillBonuses ( Item owner, Server.GenericReader reader ) : System
owner Item
reader Server.GenericReader
Résultat System

CheckCancelMorph() public méthode

public CheckCancelMorph ( Server.Mobile m ) : void
m Server.Mobile
Résultat void

GetBonus() public méthode

public GetBonus ( int index ) : double
index int
Résultat double

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
Résultat void

GetSkill() public méthode

public GetSkill ( int index ) : SkillName
index int
Résultat SkillName

GetValues() public méthode

public GetValues ( int index, SkillName &skill, double &bonus ) : bool
index int
skill SkillName
bonus double
Résultat bool

Remove() public méthode

public Remove ( ) : void
Résultat void

SetBonus() public méthode

public SetBonus ( int index, double bonus ) : void
index int
bonus double
Résultat void

SetSkill() public méthode

public SetSkill ( int index, SkillName skill ) : void
index int
skill SkillName
Résultat void

SetValues() public méthode

public SetValues ( int index, SkillName skill, double bonus ) : void
index int
skill SkillName
bonus double
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string