removeReticuleButton()

(info) Other great resources: Official JS API docs, Scripting Forum

removeReticuleButton()

Disable a reticule button...

 

Syntax

removeReticuleButton(button);

Parameters

Parameter

Type

Mandatory

Description

Game version

Parameter

Type

Mandatory

Description

Game version

button

Constant

A constant defining which button to hide:

For more information, see:

3.1 Beta 1

Return value

Value

Type

Description

Game version

Value

Type

Description

Game version

undefined

Undefined

The reticule button was removed (or was already hidden)

3.1 Beta 1

<error>

Error

The "button" parameter contained an invalid constant.

3.1 Beta 1

Example

Enable the research button
setTutorialMode(true); removeReticuleButton(RESEARCH);