XPlor/definitions/cod/gfxworldstreaminfo.xscript
njohnson 7b1f5d34a1 Consolidate XScript definitions with byte order inheritance
- Volition VPP: Unified BE/LE types using inheritance pattern
- THQA PAK: Child types now inherit byte order from parent
- Various XScript definition updates and fixes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 16:08:46 -05:00

11 lines
347 B
Plaintext

type gfxworldstreaminfo ui("GFX World Stream Info")
{
// Fixed 16-byte header (embedded in GfxWorld header)
i32 aabb_tree_count ui("AABB Tree Count");
i32 aabb_trees_ptr ui("AABB Trees Ptr");
i32 leaf_ref_count ui("Leaf Ref Count");
i32 leaf_refs_ptr ui("Leaf Refs Ptr");
// Note: Arrays are parsed separately after the main header
}