XPlor/definitions/cod/materialinfo.xscript

33 lines
608 B
Plaintext
Raw Normal View History

2026-01-01 22:18:40 -05:00
type materialinfo [display="Material Info"]
{
i32 material_name_ptr;
2026-01-01 22:18:40 -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
draw_surf = parse_here("gfxdrawsurf");
2026-01-01 22:18:40 -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
}