C# 클래스 Server.Gumps.PropertiesGump

상속: Gump
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BackGumpID int
BorderSize int
EntryGumpID int
EntryHeight int
GumpOffsetX int
GumpOffsetY int
HeaderGumpID int
NextButtonID1 int
NextButtonID2 int
NextOffsetX int
NextWidth int
OffsetGumpID int
OffsetSize int
OldStyle bool
PrevButtonID1 int
PrevButtonID2 int
PrevOffsetX int
PrevWidth int
SetButtonID1 int
SetButtonID2 int
SetGumpID int
SetOffsetX int
SetWidth int
TextHue int
TextOffsetX int
m_BoolNames string[]
m_BoolValues object[]
m_PoisonNames string[]
m_PoisonValues object[]

공개 메소드들

메소드 설명
GetObjectFromString ( Type t, string s ) : object
OnResponse ( Server.Network.NetState state, RelayInfo info ) : void
OnValueChanged ( object obj, PropertyInfo prop, Stack stack ) : void
PropertiesGump ( Server.Mobile mobile, object o ) : System
PropertiesGump ( Server.Mobile mobile, object o, Stack stack, ArrayList list, int page ) : System
PropertiesGump ( Server.Mobile mobile, object o, Stack stack, Server.Gumps.StackEntry parent ) : System
ValueToString ( object o ) : string
ValueToString ( object obj, PropertyInfo prop ) : string

비공개 메소드들

메소드 설명
BuildList ( ) : ArrayList
GetCPA ( PropertyInfo prop ) : Server.CommandPropertyAttribute
GetCustomEnumNames ( Type type ) : string[]
GetGroups ( Type objectType, PropertyInfo props ) : ArrayList
GetObjects ( Array a ) : object[]
GetStringFromObject ( object o ) : string
HasAttribute ( Type type, Type check, bool inherit ) : bool
Initialize ( int page ) : void
IsCustomEnum ( Type type ) : bool
IsType ( Type type, Type check ) : bool
ValueToString ( PropertyInfo prop ) : string

메소드 상세

GetObjectFromString() 공개 정적인 메소드

public static GetObjectFromString ( Type t, string s ) : object
t System.Type
s string
리턴 object

OnResponse() 공개 메소드

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

OnValueChanged() 공개 정적인 메소드

public static OnValueChanged ( object obj, PropertyInfo prop, Stack stack ) : void
obj object
prop System.Reflection.PropertyInfo
stack System.Collections.Stack
리턴 void

PropertiesGump() 공개 메소드

public PropertiesGump ( Server.Mobile mobile, object o ) : System
mobile Server.Mobile
o object
리턴 System

PropertiesGump() 공개 메소드

public PropertiesGump ( Server.Mobile mobile, object o, Stack stack, ArrayList list, int page ) : System
mobile Server.Mobile
o object
stack System.Collections.Stack
list System.Collections.ArrayList
page int
리턴 System

PropertiesGump() 공개 메소드

public PropertiesGump ( Server.Mobile mobile, object o, Stack stack, Server.Gumps.StackEntry parent ) : System
mobile Server.Mobile
o object
stack System.Collections.Stack
parent Server.Gumps.StackEntry
리턴 System

ValueToString() 공개 정적인 메소드

public static ValueToString ( object o ) : string
o object
리턴 string

ValueToString() 공개 정적인 메소드

public static ValueToString ( object obj, PropertyInfo prop ) : string
obj object
prop System.Reflection.PropertyInfo
리턴 string

프로퍼티 상세

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

public static int BackGumpID
리턴 int

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

public static int BorderSize
리턴 int

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

public static int EntryGumpID
리턴 int

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

public static int EntryHeight
리턴 int

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

public static int GumpOffsetX
리턴 int

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

public static int GumpOffsetY
리턴 int

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

public static int HeaderGumpID
리턴 int

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

public static int NextButtonID1
리턴 int

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

public static int NextButtonID2
리턴 int

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

public static int NextOffsetX
리턴 int

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

public static int NextWidth
리턴 int

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

public static int OffsetGumpID
리턴 int

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

public static int OffsetSize
리턴 int

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

public static bool OldStyle
리턴 bool

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

public static int PrevButtonID1
리턴 int

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

public static int PrevButtonID2
리턴 int

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

public static int PrevOffsetX
리턴 int

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

public static int PrevWidth
리턴 int

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

public static int SetButtonID1
리턴 int

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

public static int SetButtonID2
리턴 int

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

public static int SetGumpID
리턴 int

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

public static int SetOffsetX
리턴 int

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

public static int SetWidth
리턴 int

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

public static int TextHue
리턴 int

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

public static int TextOffsetX
리턴 int

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

public static string[] m_BoolNames
리턴 string[]

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

public static object[] m_BoolValues
리턴 object[]

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

public static string[] m_PoisonNames
리턴 string[]

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

public static object[] m_PoisonValues
리턴 object[]