Method | Description | |
---|---|---|
LocalChat ( ) : System |
Panel control for an unspecified client's local chat interaction
|
|
LocalChat ( GridClient client ) : System |
Panel control for the specified client's local chat interaction
|
|
LogChat ( string name, ChatType type, string text, Color color ) : void | ||
LogText ( string text, Color color ) : void |
Method | Description | |
---|---|---|
InitializeClient ( GridClient client ) : void | ||
Self_OnChat ( string message, ChatAudibleLevel audible, ChatType type, ChatSourceType sourceType, string fromName, UUID id, UUID ownerid, System.Vector3 position ) : void | ||
_txtInput_KeyDown ( object sender, |
public LocalChat ( GridClient client ) : System | ||
client | GridClient | |
return | System |
public LogChat ( string name, ChatType type, string text, Color color ) : void | ||
name | string | |
type | ChatType | |
text | string | |
color | Color | |
return | void |
public LogText ( string text, Color color ) : void | ||
text | string | |
color | Color | |
return | void |