Menu

From GTAMods Wiki
Jump to navigation Jump to search

A menu is the primary way to present the player options and settings to select.

Vice City

Vice City's menu tree is contained in an array of structures located at 0x6D8B70 for US v1.0.

Page (0xE2 bytes):
Offset Type Description
0x00 char[8] page title's GXT key
0x08 byte parent menu index
0x09 byte
0x10 Item[12]
Item (0x12 bytes):
Offset Type Description
0x00 word action
0x02 char[8] item's GXT key
0x0A byte save slot
0x0B byte target menu index
0x0C word x position
0x0E word y position
0x10 word text alignment

Tools