guglsocal.blogg.se

Camfrog bot command
Camfrog bot command







camfrog bot command
  1. #Camfrog bot command manual#
  2. #Camfrog bot command code#
  3. #Camfrog bot command windows#

The first one contains a list of the bot's controls and is loaded once on the first plugin starts There are three types of xml we use:  up To build the module's settings window we use xml (see the Window XML Description for more details). The communication between the plug-in modules and the bot is implemented via several callback functions (see the Functions Description section for more details). For example, the Trivia game plug-in has a CSLLCTRV id. Every module has its own unique 8-byte id. Every plug-in module subscribes on a group (groups) of events and receives events from these groups only. All the events that Camfrog Bot 5.0 provides to the modules are divided into several types (see the Events Description section for more details). See also the sources of the sample “Version” plug-in we supply with Camfrog Bot. Plug-In Module Architecture This article describes plug-in modules architecture for developers to write their own plug-ins. © 2013 Camshare Inc.Ĭamfrog Bot SDK depends on the ‘boost’ libraries which can be downloaded from: See ‘$\Help\Camfrog Bot SDK.chm’ for more information. It is strongly recommended for C++ developers to use this SDK.

#Camfrog bot command code#

This way of implementation makes the code more clear and compact. Here is the list of features performed by this SDK: -Ĭonfiguration file parser Camfrog Bot packets handlers which could be overridden by the developer UI engine which provides methods for constructing interface elements (no need to parse XML). Plug-in module SDK In addition to the “low-level” tools for modules development, Camfrog Bot provides easy-to-use object-oriented SDK where most of the routines are already implemented.

camfrog bot command

#Camfrog bot command manual#

This manual describes “low-level” way of implementation.

camfrog bot command

Here is the list of features this way provides: -Ĭamfrog Bot application callbacks Plug-in module callbacks Headers of the packets for application-module (and vice versa) communication XML description of UI elements (buttons, lists, group boxes etc). “Low-level” development This way performs the very basic, but flexible development tools which could be useful for Delphi or Visual Basic developers or for those who want to implement their own SDK according to their purposes, because much high-level implementation routine is required. There are two basic ways of plug-in modules development, which Camfrog Bot application performs: “low-level” development and plug-in SDK. Camfrog Bot is a plug-in oriented application which allows users to increase the default functionality of application by developing and using their own plug-in modules. This manual describes the Camfrog Bot plug-in modules architecture and the process of custom plug-in modules creation. If you are a new Camfrog Bot user please start by reading Camfrog Bot User Guide. Introduction Welcome to the Camfrog Bot Developer's Guide. 15 Central Server Instant Message Effects. 5 Callback functions exported by the plug-in. 5 Callback functions exported by the bot.

#Camfrog bot command windows#

Camfrog Bot 6.0 for Windows Developer’s GuideĬamfrog Bot 6.0 for Windows Developer's Guide









Camfrog bot command