Btn

Signature

{btn[type]:[name]}

Description

Displays an icon of a button.

Arguments

Type

The are a total of 4 types (0 -> 3) which control which button is exactly displayed.

Type 0 and 2 retrieve their information from a texture file, while type 3 and 4 do it based on game settings from which most are hardcoded though.

Type 0, 3 and 4 display static images while type 2 quickly switches between 2 textures which is mostly used for blinking buttons.

Name

The name of the button.

A lot of buttons are duplicated, so there is usually more than one way to display the same button.

Notes

For a list of button identifiers, you can view the text tags spreadsheet in Resources.

The displayed icon is different depending on the input controller or keyboard.

Last updated