List of script objects
In the StealthBot scripting system, there are many objects exposed to help make script development easier, and allow developers tons of access to the bot's abilities. Here is a listing of all available scripting objects:
Contents
List of script objects available via functions
- BanlistUser object
- Channel object
- User object
- UserStats object
- Clan object
- ClanMember object
- Color object
- Command object
- CommandDocs object
- CommandParams object
- CommandRestriction object
- DataBuffer object
- DBEntry object
- Friend object
- Logger object
- MediaPlayer object
- NLS object
- OSVersion object
- Queue object
- QueueItem object
- Quotes object
- Script object
- Scripts object
List of script objects available via the CreateObj() function
List of common ActiveX objects available via the CreateObject() function
- Scripting.Dictionary
- Scripting.FileSystemObject
- WScript.Shell
- WScript.Network
- MSComDlg.CommonDialog
- TLI.TLIApplication
- InetCtls.Inet (this can now be done with the CreateObj function instead)
- MSWinsock.Winsock (events won't be available; this can now be done with the CreateObj function instead)
- Sapi.SpVoice (this may not be available on all computers)