Note | ||
---|---|---|
| ||
In order for this function to work, you need to be in tutorial mode. Activate tutorial mode with the setTutorialMode() function. |
Overview
Excerpt |
---|
This function allows you to disable a reticule button. |
Syntax
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
removeReticuleButton(button); |
Parameters
Parameter | Type | Mandatory | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
button | Constant | A constant defining which button to display:
|
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
setTutorialMode(true);
removeReticuleButton(RESEARCH); |
See also
- Reticule buttons – overview of reticule button constants
- addReticuleButton() – enable a reticule button
- setTutorialMode() – enable or disable tutorial mode