Skip to content

Equipped Medals list type

Display a list of medals from multilist, not to be confused with Medals List Type. This is intended to be used to display the list of equipped medals.

Options generation

listvar will set to multilist which is implied to have been set after the list's creation before a refresh.

The list type is overridden to Medals List Type.

listredirect is overridden to null.

Option's SetText input string

The behavior is the same then the overridden Medals List Type.

Description box rendering

The behavior is the same then the overridden Medals List Type.

Remarks

Under normal gameplay, this list is only reachable via PauseMenu after pressing the show HUD input on the medals window. When pressing that input, the handler in PauseMenu's Update will be the one that sets multilist to the medals of the equipped bug. Then, UpdateText is called which is the one that calls the appropriate ShowItemList with this list type.

It behaves exactly the same than Medals List Type with the only differences that it uses the medals only in multilist instead of all the ones the player has.