Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
AddTo ( Server.Mobile m ) : void | ||
AosSkillBonuses ( Item owner ) : System | ||
AosSkillBonuses ( Item owner, |
||
AosSkillBonuses ( Item owner, Server.GenericReader reader ) : System | ||
CheckCancelMorph ( Server.Mobile m ) : void | ||
GetBonus ( int index ) : double | ||
GetProperties ( |
||
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 |
public AosSkillBonuses ( Item owner ) : System | ||
owner | Item | |
Результат | System |
public AosSkillBonuses ( Item owner, |
||
owner | Item | |
other | ||
Результат | System |
public AosSkillBonuses ( Item owner, Server.GenericReader reader ) : System | ||
owner | Item | |
reader | Server.GenericReader | |
Результат | System |
public CheckCancelMorph ( Server.Mobile m ) : void | ||
m | Server.Mobile | |
Результат | void |
public GetProperties ( |
||
list | ||
Результат | void |
public GetValues ( int index, SkillName &skill, double &bonus ) : bool | ||
index | int | |
skill | SkillName | |
bonus | double | |
Результат | bool |
public SetBonus ( int index, double bonus ) : void | ||
index | int | |
bonus | double | |
Результат | void |
public SetSkill ( int index, SkillName skill ) : void | ||
index | int | |
skill | SkillName | |
Результат | void |
public SetValues ( int index, SkillName skill, double bonus ) : void | ||
index | int | |
skill | SkillName | |
bonus | double | |
Результат | void |