Event BotRemovedFromClan

From StealthBot Wiki Backup
Jump to: navigation, search

The Event_BotRemovedFromClan scripting event is fired when you are removed from a WarCraft III clan or the clan is disbanded. Battle.net does not tell the bot which of the two cases happened, so this information is not known to the event.

History

The Event_BotRemovedFromClan() event was added in StealthBot version 2.7 by Stealth by request of raylu.

Syntax

Sub Event_BotRemovedFromClan()
    ' ...
End Sub

Example

See also