Property | Type | Description | |
---|---|---|---|
GameBot | System | ||
RefreshGamesTimerOnElapsed | void | ||
XmppOnOnAgentStart | void | ||
XmppOnOnError | void | ||
XmppOnOnMessage | void | ||
XmppOnOnStreamError | void | ||
XmppOnOnXmppConnectionStateChanged | void | ||
Xmpp_OnAuthError | void |
Method | Description | |
---|---|---|
CheckBotStatus ( ) : void | ||
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
RemakeXmpp ( ) : void | ||
SendGameReady ( Skylabs.Lobby.HostedGameData game ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
GameBot ( ) : System | ||
RefreshGamesTimerOnElapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void | ||
XmppOnOnAgentStart ( object sender ) : void | ||
XmppOnOnError ( object sender, |
||
XmppOnOnMessage ( object sender, agsXMPP.protocol.client.Message msg ) : void | ||
XmppOnOnStreamError ( object sender, Element element ) : void | ||
XmppOnOnXmppConnectionStateChanged ( object sender, XmppConnectionState state ) : void | ||
Xmpp_OnAuthError ( object sender, Element e ) : void |
public SendGameReady ( Skylabs.Lobby.HostedGameData game ) : void | ||
game | Skylabs.Lobby.HostedGameData | |
return | void |