Difference between revisions of "Event LoggedOff"
(→Example) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 08:20, 1 December 2017
The [[Event_LoggedOf] scripting event occurs when disconnecting from Battle.net.
Contents
History
The Event_LoggedOff() event was added in StealthBot version 2.7 by Stealth by request of Imhotep.
Syntax
Sub Event_LoggedOff() ' ... End Sub
Note, when this event occurs, all connection-dependent data, such as the Channel object, Clan object, and IsOnline function's return value has already set to the empty or false state. This means, you cannot get your clan's tag and IsOnline() will return false.
Example
Sub Event_LoggedOff() AddChat vbRed, "You are no longer logged on." End Sub
See also
- Event_LoggedOn(Username, Product)
- Script events
- Script system
- Script