[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
[This is preliminary documentation and is subject to change.]
Creates a new instance of EnteredChatEventArgs.
Namespace:
BNSharpAssembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
Syntax
| C# |
|---|
public EnteredChatEventArgs( string uniqueName, string statstring, string acctName ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ uniqueName As String, _ statstring As String, _ acctName As String _ ) |
| Visual C++ |
|---|
public: EnteredChatEventArgs( String^ uniqueName, String^ statstring, String^ acctName ) |
Parameters
- uniqueName
- Type: System..::.String
The unique display name of the client.
- statstring
- Type: System..::.String
The client's stat string.
- acctName
- Type: System..::.String
The client's account name.