- 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>
11 lines
347 B
Plaintext
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
|
|
}
|