C# 클래스 Server.AosSkillBonuses

상속: BaseAttributes
파일 보기 프로젝트 열기: brodock/runuo 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AddTo() 공개 메소드

public AddTo ( Server.Mobile m ) : void
m Server.Mobile
리턴 void

AosSkillBonuses() 공개 메소드

public AosSkillBonuses ( Item owner ) : System
owner Item
리턴 System

AosSkillBonuses() 공개 메소드

public AosSkillBonuses ( Item owner, AosSkillBonuses other ) : System
owner Item
other AosSkillBonuses
리턴 System

AosSkillBonuses() 공개 메소드

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

CheckCancelMorph() 공개 메소드

public CheckCancelMorph ( Server.Mobile m ) : void
m Server.Mobile
리턴 void

GetBonus() 공개 메소드

public GetBonus ( int index ) : double
index int
리턴 double

GetProperties() 공개 메소드

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
리턴 void

GetSkill() 공개 메소드

public GetSkill ( int index ) : SkillName
index int
리턴 SkillName

GetValues() 공개 메소드

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

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

SetBonus() 공개 메소드

public SetBonus ( int index, double bonus ) : void
index int
bonus double
리턴 void

SetSkill() 공개 메소드

public SetSkill ( int index, SkillName skill ) : void
index int
skill SkillName
리턴 void

SetValues() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string