C# 클래스 Server.Gumps.RunebookGump

상속: Gump
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
GetMapHue ( Server.Map map ) : int
GetName ( string name ) : string
HasSpell ( Server.Mobile from, int spellID ) : bool
OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
RunebookGump ( Runebook book ) : System

비공개 메소드들

메소드 설명
AddBackground ( ) : void
AddDetails ( int index, int half ) : void
AddIndex ( ) : void

메소드 상세

GetMapHue() 공개 메소드

public GetMapHue ( Server.Map map ) : int
map Server.Map
리턴 int

GetName() 공개 메소드

public GetName ( string name ) : string
name string
리턴 string

HasSpell() 공개 정적인 메소드

public static HasSpell ( Server.Mobile from, int spellID ) : bool
from Server.Mobile
spellID int
리턴 bool

OnResponse() 공개 메소드

public OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
state Server.Network.NetState
info RelayInfo
리턴 void

RunebookGump() 공개 메소드

public RunebookGump ( Runebook book ) : System
book Server.Items.Runebook
리턴 System