메소드 | 설명 | |
---|---|---|
AccountDelete_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
AddAccountHeader ( ) : void | ||
AddBlackAlpha ( int x, int y, int width, int height ) : void | ||
AddButtonLabeled ( int x, int y, int buttonID, string text ) : void | ||
AddClientHeader ( ) : void | ||
AddFirewallHeader ( ) : void | ||
AddPageButton ( int x, int y, int buttonID, string text, AdminGumpPage page ) : void | ||
AddSelectedButton ( int x, int y, int buttonID, string text, bool isSelection ) : void | ||
AddTextField ( int x, int y, int width, int height, int index ) : void | ||
AdminGump ( Server.Mobile from, AdminGumpPage pageType, int listPage, |
||
BanShared_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
Center ( string text ) : string | ||
Color ( string text, int color ) : string | ||
FirewallShared_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
Firewall_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
FormatAccessLevel ( AccessLevel level ) : string | ||
FormatByteAmount ( long totalBytes ) : string | ||
FormatTimeSpan ( System.TimeSpan ts ) : string | ||
GetAccountInfo ( Account a, AccessLevel &accessLevel, bool &online ) : void | ||
GetButtonID ( int type, int index ) : int | ||
GetHueFor ( Server.Mobile m ) : int | ||
Initialize ( ) : void | ||
Marked_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
OnResponse ( Server sender, |
||
RemoveLoginIP_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
RemoveLoginIPs_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
ResendGump_Callback ( Server.Mobile from, object state ) : void |
메소드 | 설명 | |
---|---|---|
Admin_OnCommand ( Server.CommandEventArgs e ) : void | ||
GetAllSharedAccounts ( ) : |
||
GetSharedAccounts ( |
||
InvokeCommand ( string c ) : void | ||
Shutdown ( bool restart, bool save ) : void |
public static AccountDelete_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
from | Server.Mobile | |
okay | bool | |
state | object | |
리턴 | void |
public AddBlackAlpha ( int x, int y, int width, int height ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
리턴 | void |
public AddButtonLabeled ( int x, int y, int buttonID, string text ) : void | ||
x | int | |
y | int | |
buttonID | int | |
text | string | |
리턴 | void |
public AddPageButton ( int x, int y, int buttonID, string text, AdminGumpPage page ) : void | ||
x | int | |
y | int | |
buttonID | int | |
text | string | |
page | AdminGumpPage | |
리턴 | void |
public AddSelectedButton ( int x, int y, int buttonID, string text, bool isSelection ) : void | ||
x | int | |
y | int | |
buttonID | int | |
text | string | |
isSelection | bool | |
리턴 | void |
public AddTextField ( int x, int y, int width, int height, int index ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
index | int | |
리턴 | void |
public AdminGump ( Server.Mobile from, AdminGumpPage pageType, int listPage, |
||
from | Server.Mobile | |
pageType | AdminGumpPage | |
listPage | int | |
list | ||
notice | string | |
state | object | |
리턴 | System |
public static BanShared_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
from | Server.Mobile | |
okay | bool | |
state | object | |
리턴 | void |
public static FirewallShared_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
from | Server.Mobile | |
okay | bool | |
state | object | |
리턴 | void |
public static Firewall_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
from | Server.Mobile | |
okay | bool | |
state | object | |
리턴 | void |
public static FormatAccessLevel ( AccessLevel level ) : string | ||
level | AccessLevel | |
리턴 | string |
public static FormatByteAmount ( long totalBytes ) : string | ||
totalBytes | long | |
리턴 | string |
public static FormatTimeSpan ( System.TimeSpan ts ) : string | ||
ts | System.TimeSpan | |
리턴 | string |
public static GetAccountInfo ( Account a, AccessLevel &accessLevel, bool &online ) : void | ||
a | Account | |
accessLevel | AccessLevel | |
online | bool | |
리턴 | void |
public static Marked_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
from | Server.Mobile | |
okay | bool | |
state | object | |
리턴 | void |
public OnResponse ( Server sender, |
||
sender | Server | |
info | ||
리턴 | void |
public static RemoveLoginIP_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
from | Server.Mobile | |
okay | bool | |
state | object | |
리턴 | void |
public static RemoveLoginIPs_Callback ( Server.Mobile from, bool okay, object state ) : void | ||
from | Server.Mobile | |
okay | bool | |
state | object | |
리턴 | void |
public static ResendGump_Callback ( Server.Mobile from, object state ) : void | ||
from | Server.Mobile | |
state | object | |
리턴 | void |