Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterTypeMandatoryDescription
buttonConstant(tick)

A constant defining which button to display:

Child pages (Children Display)
alltrue
depthall
pageReticule buttons
excerpttrue

Return value

ValueTypeDescription
undefinedUndefinedThe reticule button was added (or was already present)
<error>ErrorThe "button" parameter contained an invalid constant.

Example

Code Block
themeEclipse
languagejavascript
titleEnable the research button
linenumberstrue
setTutorialMode(true);
addReticuleButton(RESEARCH);

...