Miscellaneous
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
IsFreeAttackable | boolean | Is object available for attacking in NexTarget |
|
Obj - object |
Для просмотра примера необходимо зарегистрироваться |
GetChangedName | string | Changed object name in NexTarget-GameUtils |
|
Name - name |
Для просмотра примера необходимо зарегистрироваться |
IsWorking | boolean | Is NexTarget using important functions now |
|
There are no arguments | Для просмотра примера необходимо зарегистрироваться |
Screen Messages
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
Notice | - | Show message on screen |
|
Text - text |
Для просмотра примера необходимо зарегистрироваться |
Window "History"
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
ClearLogs | - | Clear messages in window History |
|
There are no arguments | Examples not found Для просмотра примера необходимо зарегистрироваться |
Log | - | Print message to window History (opens by pressing ) |
|
Text - text |
Examples not found Для просмотра примера необходимо зарегистрироваться |
Window "Objects"
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
ClearObjs | - | Clear list of objects in window Objects |
|
There are no arguments | Examples not found Для просмотра примера необходимо зарегистрироваться |
ObjsListItem | TObjsListItem | Create element for list of objects |
|
OID - OID |
Examples not found Для просмотра примера необходимо зарегистрироваться |
LoadObjs | - | Load list of objects to window Objects (opens by pressing ) |
|
ObjsList - list of objects |
Examples not found Для просмотра примера необходимо зарегистрироваться |
Widgets
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
ChangeWidgetCaption | - | Edit title of widget |
|
Name - unique name |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeWidgetOpacity | - | Edit opacity of widget |
|
Name - unique name |
Examples not found Для просмотра примера необходимо зарегистрироваться |
GetWidgetPosition | - | Get current position of widget |
|
Name - unique name |
Examples not found Для просмотра примера необходимо зарегистрироваться |
DeleteWidget | - | Delete widget |
|
Name - unique name |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeWidgetVisibility | - | Edit visibility of widget |
|
Name - unique name |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeWidgetPosition | - | Edit position of widget |
|
Name - unique name |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeWidgetWidth | - | Edit width of widget |
|
Name - unique name |
Examples not found Для просмотра примера необходимо зарегистрироваться |
CreateWidget | - | Create widget |
|
Name - unique name |
Examples not found Для просмотра примера необходимо зарегистрироваться |
Widgets - Checkboxes
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
ChangeCheckboxFontColor | - | Edit color of text of checkbox |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
DeleteCheckbox | - | Delete checkbox |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeCheckboxCaption | - | Edit caption of checkbox |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
GetCheckBoxValue | boolean | Get state of checkbox |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
CreateCheckbox | - | Create checkbox |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeCheckboxValue | - | Edit value of checkbox |
|
WidgetName - unique name of widget Name - unique name Checked - is checked |
Examples not found Для просмотра примера необходимо зарегистрироваться |
Widgets - Labels
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
DeleteLabel | - | Delete label |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeLabelCaption | - | Edit text of label |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
CreateLabel | - | Create label |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeLabelFontColor | - | Edit color of text of label |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
Widgets - Input fields
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
CreateEdit | - | Create input field |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
DeleteEdit | - | Delete input field |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeEditValue | - | Edit text of input field |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
GetEditValue | string | Get text of input field |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
Widgets - Icons
Name | Result | Description | Code | Params | Examples |
---|---|---|---|---|---|
GetCheckImageValue | boolean | Get state of icon |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
CreateCheckImage | - | Create icon |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeCheckImageValue | - | Edit state of icon |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
ChangeCheckImageFileName | - | Edit file of icon |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |
DeleteCheckImage | - | Delete icon |
|
WidgetName - unique name of widget |
Examples not found Для просмотра примера необходимо зарегистрироваться |