메소드 | 설명 | |
---|---|---|
Add ( |
||
AddAlphaRegion ( int x, int y, int width, int height ) : void | ||
AddBackground ( int x, int y, int width, int height, int gumpID ) : void | ||
AddButton ( int x, int y, int normalID, int pressedID, int buttonID, GumpButtonType type, int param ) : void | ||
AddCheck ( int x, int y, int inactiveID, int activeID, bool initialState, int switchID ) : void | ||
AddGroup ( int group ) : void | ||
AddHtml ( int x, int y, int width, int height, string text, bool background, bool scrollbar ) : void | ||
AddHtmlLocalized ( int x, int y, int width, int height, int number, bool background, bool scrollbar ) : void | ||
AddHtmlLocalized ( int x, int y, int width, int height, int number, int color, bool background, bool scrollbar ) : void | ||
AddHtmlLocalized ( int x, int y, int width, int height, int number, string args, int color, bool background, bool scrollbar ) : void | ||
AddImage ( int x, int y, int gumpID ) : void | ||
AddImage ( int x, int y, int gumpID, int hue ) : void | ||
AddImageTiled ( int x, int y, int width, int height, int gumpID ) : void | ||
AddImageTiledButton ( int x, int y, int normalID, int pressedID, int buttonID, GumpButtonType type, int param, int itemID, int hue, int width, int height ) : void | ||
AddImageTiledButton ( int x, int y, int normalID, int pressedID, int buttonID, GumpButtonType type, int param, int itemID, int hue, int width, int height, int localizedTooltip ) : void | ||
AddItem ( int x, int y, int itemID ) : void | ||
AddItem ( int x, int y, int itemID, int hue ) : void | ||
AddLabel ( int x, int y, int hue, string text ) : void | ||
AddLabelCropped ( int x, int y, int width, int height, int hue, string text ) : void | ||
AddPage ( int page ) : void | ||
AddRadio ( int x, int y, int inactiveID, int activeID, bool initialState, int switchID ) : void | ||
AddTextEntry ( int x, int y, int width, int height, int hue, int entryID, string initialText ) : void | ||
AddTextEntry ( int x, int y, int width, int height, int hue, int entryID, string initialText, int size ) : void | ||
AddTooltip ( int number ) : void | ||
GetTypeID ( |
||
Gump ( int x, int y ) : System | ||
Intern ( string value ) : int | ||
Invalidate ( ) : void | ||
OnResponse ( Server.Network.NetState sender, |
||
OnServerClose ( Server.Network.NetState owner ) : void | ||
Remove ( |
||
SendTo ( Server.Network.NetState state ) : void | ||
StringToBuffer ( string str ) : byte[] |
메소드 | 설명 | |
---|---|---|
Compile ( ) : |
||
Compile ( Server.Network.NetState ns ) : |
public AddAlphaRegion ( int x, int y, int width, int height ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
리턴 | void |
public AddBackground ( int x, int y, int width, int height, int gumpID ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
gumpID | int | |
리턴 | void |
public AddButton ( int x, int y, int normalID, int pressedID, int buttonID, GumpButtonType type, int param ) : void | ||
x | int | |
y | int | |
normalID | int | |
pressedID | int | |
buttonID | int | |
type | GumpButtonType | |
param | int | |
리턴 | void |
public AddCheck ( int x, int y, int inactiveID, int activeID, bool initialState, int switchID ) : void | ||
x | int | |
y | int | |
inactiveID | int | |
activeID | int | |
initialState | bool | |
switchID | int | |
리턴 | void |
public AddHtml ( int x, int y, int width, int height, string text, bool background, bool scrollbar ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
text | string | |
background | bool | |
scrollbar | bool | |
리턴 | void |
public AddHtmlLocalized ( int x, int y, int width, int height, int number, bool background, bool scrollbar ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
number | int | |
background | bool | |
scrollbar | bool | |
리턴 | void |
public AddHtmlLocalized ( int x, int y, int width, int height, int number, int color, bool background, bool scrollbar ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
number | int | |
color | int | |
background | bool | |
scrollbar | bool | |
리턴 | void |
public AddHtmlLocalized ( int x, int y, int width, int height, int number, string args, int color, bool background, bool scrollbar ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
number | int | |
args | string | |
color | int | |
background | bool | |
scrollbar | bool | |
리턴 | void |
public AddImage ( int x, int y, int gumpID ) : void | ||
x | int | |
y | int | |
gumpID | int | |
리턴 | void |
public AddImage ( int x, int y, int gumpID, int hue ) : void | ||
x | int | |
y | int | |
gumpID | int | |
hue | int | |
리턴 | void |
public AddImageTiled ( int x, int y, int width, int height, int gumpID ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
gumpID | int | |
리턴 | void |
public AddImageTiledButton ( int x, int y, int normalID, int pressedID, int buttonID, GumpButtonType type, int param, int itemID, int hue, int width, int height ) : void | ||
x | int | |
y | int | |
normalID | int | |
pressedID | int | |
buttonID | int | |
type | GumpButtonType | |
param | int | |
itemID | int | |
hue | int | |
width | int | |
height | int | |
리턴 | void |
public AddImageTiledButton ( int x, int y, int normalID, int pressedID, int buttonID, GumpButtonType type, int param, int itemID, int hue, int width, int height, int localizedTooltip ) : void | ||
x | int | |
y | int | |
normalID | int | |
pressedID | int | |
buttonID | int | |
type | GumpButtonType | |
param | int | |
itemID | int | |
hue | int | |
width | int | |
height | int | |
localizedTooltip | int | |
리턴 | void |
public AddItem ( int x, int y, int itemID, int hue ) : void | ||
x | int | |
y | int | |
itemID | int | |
hue | int | |
리턴 | void |
public AddLabel ( int x, int y, int hue, string text ) : void | ||
x | int | |
y | int | |
hue | int | |
text | string | |
리턴 | void |
public AddLabelCropped ( int x, int y, int width, int height, int hue, string text ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
hue | int | |
text | string | |
리턴 | void |
public AddRadio ( int x, int y, int inactiveID, int activeID, bool initialState, int switchID ) : void | ||
x | int | |
y | int | |
inactiveID | int | |
activeID | int | |
initialState | bool | |
switchID | int | |
리턴 | void |
public AddTextEntry ( int x, int y, int width, int height, int hue, int entryID, string initialText ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
hue | int | |
entryID | int | |
initialText | string | |
리턴 | void |
public AddTextEntry ( int x, int y, int width, int height, int hue, int entryID, string initialText, int size ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
hue | int | |
entryID | int | |
initialText | string | |
size | int | |
리턴 | void |
public OnResponse ( Server.Network.NetState sender, |
||
sender | Server.Network.NetState | |
info | ||
리턴 | void |
public OnServerClose ( Server.Network.NetState owner ) : void | ||
owner | Server.Network.NetState | |
리턴 | void |
public SendTo ( Server.Network.NetState state ) : void | ||
state | Server.Network.NetState | |
리턴 | void |
public static StringToBuffer ( string str ) : byte[] | ||
str | string | |
리턴 | byte[] |