Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 5.31 Selectively connect / disable text recognition databases while the script is running

Страниц (1): [1]
 

1. Kibor - 24 Июля, 2018 - 04:50:27 - перейти к сообщению
loadsymbolbase allows you to load multiple text recognition databases.

loadsymbolbase ("C:\basetext.sib"); // 0 base
loadsymbolbase ("C:\mer.sib"); // 1 base
loadsymbolbase ("C:\cum.sib"); // 2 base


They all merged into one with which the text recognition function worked readtext


Functions
allowsymbolbase - connects a particular database that was previously loaded loadsymbolbase
disablesymbolbase - disables the selected database previously loaded loadsymbolbase

You can use these functions dynamically at runtime of the script anywhere.

Syntax:
enablesymbolbase (0);
disablesymbolbase (2);

When loading the bases loadsymbolbase , they are numbered in the order of loading from 0

The above code includes the first loaded database and disables 3.

It is also possible to connect or disconnect all databases at once

enablesymbolbase (ALL);
disablesymbolbase (ALL);

=========================

By default, when loading the base loadsymbolbase , it connects automatically and does not require a call enablesymbolbase

Powered by ExBB FM 1.0 Final