C# 클래스 Server.Items.Runebook

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

공개 프로퍼티들

프로퍼티 타입 설명
UseDelay System.TimeSpan

Private Properties

프로퍼티 타입 설명
Runebook System
Runebook System

공개 메소드들

메소드 설명
AllowEquipedCast ( Mobile from ) : bool
CheckAccess ( Mobile m ) : bool
Deserialize ( GenericReader reader ) : void
DropRune ( Mobile from, RunebookEntry e, int index ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
GetProperties ( ObjectPropertyList list ) : void
IsOpen ( Mobile toCheck ) : bool
OnAfterDuped ( Item newItem ) : void
OnCraft ( int quality, bool makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int
OnDoubleClick ( Mobile from ) : void
OnDragDrop ( Mobile from, Item dropped ) : bool
OnDragLift ( Mobile from ) : bool
OnSingleClick ( Mobile from ) : void
OnTravel ( ) : void
Runebook ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
Runebook ( ) : System
Runebook ( int maxCharges ) : System

메소드 상세

AllowEquipedCast() 공개 메소드

public AllowEquipedCast ( Mobile from ) : bool
from Mobile
리턴 bool

CheckAccess() 공개 메소드

public CheckAccess ( Mobile m ) : bool
m Mobile
리턴 bool

Deserialize() 공개 메소드

public Deserialize ( GenericReader reader ) : void
reader GenericReader
리턴 void

DropRune() 공개 메소드

public DropRune ( Mobile from, RunebookEntry e, int index ) : void
from Mobile
e RunebookEntry
index int
리턴 void

GetContextMenuEntries() 공개 메소드

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
리턴 void

GetProperties() 공개 메소드

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

IsOpen() 공개 메소드

public IsOpen ( Mobile toCheck ) : bool
toCheck Mobile
리턴 bool

OnAfterDuped() 공개 메소드

public OnAfterDuped ( Item newItem ) : void
newItem Item
리턴 void

OnCraft() 공개 메소드

public OnCraft ( int quality, bool makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool, CraftItem craftItem, int resHue ) : int
quality int
makersMark bool
from Mobile
craftSystem Server.Engines.Craft.CraftSystem
typeRes System.Type
tool BaseTool
craftItem Server.Engines.Craft.CraftItem
resHue int
리턴 int

OnDoubleClick() 공개 메소드

public OnDoubleClick ( Mobile from ) : void
from Mobile
리턴 void

OnDragDrop() 공개 메소드

public OnDragDrop ( Mobile from, Item dropped ) : bool
from Mobile
dropped Item
리턴 bool

OnDragLift() 공개 메소드

public OnDragLift ( Mobile from ) : bool
from Mobile
리턴 bool

OnSingleClick() 공개 메소드

public OnSingleClick ( Mobile from ) : void
from Mobile
리턴 void

OnTravel() 공개 메소드

public OnTravel ( ) : void
리턴 void

Runebook() 공개 메소드

public Runebook ( Serial serial ) : System
serial Serial
리턴 System

Serialize() 공개 메소드

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
리턴 void

프로퍼티 상세

UseDelay 공개적으로 정적으로 프로퍼티

public static TimeSpan,System UseDelay
리턴 System.TimeSpan