Метод | Описание | |
---|---|---|
AppendPath ( string &path, string toAppend ) : void | ||
EventSink_Command ( Server.Commands.CommandEventArgs e ) : void | ||
Format ( object o ) : object | ||
Initialize ( ) : void | ||
LogChangeProperty ( Mobile from, object o, string name, string value ) : void | ||
Safe ( string ip ) : string | ||
WriteLine ( Mobile from, string format ) : void |
public static AppendPath ( string &path, string toAppend ) : void | ||
path | string | |
toAppend | string | |
Результат | void |
public static EventSink_Command ( Server.Commands.CommandEventArgs e ) : void | ||
e | Server.Commands.CommandEventArgs | |
Результат | void |
public static Format ( object o ) : object | ||
o | object | |
Результат | object |
public static LogChangeProperty ( Mobile from, object o, string name, string value ) : void | ||
from | Mobile | |
o | object | |
name | string | |
value | string | |
Результат | void |
public static Safe ( string ip ) : string | ||
ip | string | |
Результат | string |
public static WriteLine ( Mobile from, string format ) : void | ||
from | Mobile | |
format | string | |
Результат | void |