2026-01-01 22:18:40 -05:00
|
|
|
type materialinfo [display="Material Info"]
|
|
|
|
|
{
|
2026-01-11 12:09:57 -05:00
|
|
|
i32 material_name_ptr;
|
2026-01-01 22:18:40 -05:00
|
|
|
|
2026-01-11 12:09:57 -05:00
|
|
|
ui("material_name_ptr", "Material Name Ptr");
|
|
|
|
|
|
|
|
|
|
u8 game_flags;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ui("game_flags", "Game Flags");
|
|
|
|
|
u8 sort_key;
|
|
|
|
|
|
|
|
|
|
ui("sort_key", "Sort Key");
|
|
|
|
|
u8 texture_atlas_row_count;
|
|
|
|
|
|
|
|
|
|
ui("texture_atlas_row_count", "Texture Atlas Row Count");
|
|
|
|
|
u8 texture_atlas_column_count;
|
|
|
|
|
|
|
|
|
|
ui("texture_atlas_column_count", "Texture Atlas Column Count");
|
2026-01-01 22:18:40 -05:00
|
|
|
|
2026-01-07 16:36:40 -05:00
|
|
|
draw_surf = parse_here("gfxdrawsurf");
|
2026-01-01 22:18:40 -05:00
|
|
|
|
2026-01-11 12:09:57 -05:00
|
|
|
u32 surface_type_bits;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ui("surface_type_bits", "Surface Type Bits");
|
|
|
|
|
u16 hash_index;
|
|
|
|
|
|
|
|
|
|
ui("hash_index", "Hash Index");
|
2026-01-01 22:18:40 -05:00
|
|
|
|
|
|
|
|
skip(2); // padding
|
|
|
|
|
}
|