Name | Результат | Описание | Code | Arguments | Examples |
---|---|---|---|---|---|
Status | TScriptStatus | None |
|
Аргументы отсутствуют |
|
PaxFile | String | Path to script file |
|
Аргументы отсутствуют |
|
Path | String | Path to script folder |
|
Аргументы отсутствуют |
|
AutoRun | Boolean | None |
|
Аргументы отсутствуют | Примеров не найдено |
Control | TGameControl | Character controller |
|
Аргументы отсутствуют | Примеров не найдено |
Name | Результат | Описание | Code | Arguments | Examples |
---|---|---|---|---|---|
LoadAndRun | Boolean | Load and start script |
|
FilePath - полный путь к файлу скрипта StopCurrent - останавливать текущий запущенный скрипт или нет LoadTextOnly - загрузить только текст |
Примеров не найдено |
Run | - | Run script |
|
Compile - Compile - whether to compile the script into .bin format on launch or not |
|
Pause | - | Pause script |
|
Аргументы отсутствуют |
|
Stop | - | Stop script |
|
Аргументы отсутствуют |
|
Replace | Boolean | Restart current script or run new script. Run new script available only if current script is working. |
|
FilePath - path to script file (by default is empty) |
|
Suspend | - | Suspend all threads except calling thread |
|
Аргументы отсутствуют |
|
Resume | - | Resume script and all threads |
|
Аргументы отсутствуют |
|
Name | Результат | Описание | Code | Arguments | Examples |
---|---|---|---|---|---|
NewThread | - | Call procedure in new thread |
|
Proc - pointer to a procedure Param - pointer to a variable that can be used to supply some data to the procedure |
|
MainProc | Integer | Call a procedure in the bot's main thread. It is not recommended to call code that requires a lot of CPU calculations or endless loops, because this will cause the main program to freeze. |
|
Proc - pointer to a procedure Param - pointer to a variable that can be used to supply some data to the procedure |
|
StartPlugin | Boolean | Run plugin from DLL |
|
Path - path to plugin DLL Proc - pointer to function/variables for scripts and plugin cooperation Modal - launch in modal mode |
|
OnPluginProc | - | Cooperate with plugin |
|
Code - 1st parameter Param - 2nd parameter |
|
Имя | Класс | Описание |
---|---|---|
Script
|
TPaxEngine | None |
Имя | Результат | Описание |
---|---|---|
TAccount.Script
|
TPaxEngine | None |