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