Skip to content

listtype

There are 34 types of ItemList available. Each type mainly dictates how listvar is generated, how its SetText input string for each options is generated (but also additional rendering on their bar sprite is done) and how its listdescbox is rendered. Some can have specific behaviors external to ShowItemList.

The handling of the ItemList is usually done by MainManager's Update unless in the pause menu (which includes the settings window called from StartMenu and the change loadout option on game over). In these cases, the handling is done by PauseMenu instead.

Sending any other value than the ones mentioned will lead to undefined behaviors.

Value Description
-3 Third party member Skills List Type
-2 Second party member Skills List Type
-1 First party member Skills List Type
0 Standard Items List Type
1 Key Items List Type
2 Storage Items List Type
3 Medals List Type
9 Battle Strategy List Type
10 The ordered discoveries Library List Type
11 The ordered bestiary Library List Type
12 The ordered recipes Library List Type
13 The ordered records Library List Type
14 The open Quest Board List Type
15 The taken Quest Board List Type
16 The completed Quest Board List Type
17 The Settings List Type
18 The Samira Songs List Type
19 The Key Bindings List Type
20 The Languages list Type
21 The Overall Quests List Type
22 The Lore Book List Type
23 The Stat Bonuses List Type
24 The B.O.S.S Battles List Type
25 UNUSED (listvar is set to multilist)
26 The Termacade Prizes List Type
27 All items Enum List Type
28 All medals Enum List Type
29 All skills Enum List Type
30 UNUSED (the Controller Bindings List Type)
31 All maps Enum List Type
32 The Equipped Medals List Type
33 The Spy Cards List Type
34 The Caravan Prize Medals List Type
35 The Chompy Ribbons List Type