Property | Type | Description | |
---|---|---|---|
text | string | ||
x | int | ||
y | int |
Method | Description | |
---|---|---|
KillSign ( int x, int y ) : void | ||
ReadSign ( int i, int j, bool CreateIfMissing = true ) : int | ||
TextSign ( int i, string text ) : void | ||
ToString ( ) : string |
public static KillSign ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public static ReadSign ( int i, int j, bool CreateIfMissing = true ) : int | ||
i | int | |
j | int | |
CreateIfMissing | bool | |
return | int |
public static TextSign ( int i, string text ) : void | ||
i | int | |
text | string | |
return | void |