- Migrate from set_global/get_global to ctx_set/ctx_get - Replace if-else chains with match() expressions - Update inline pointer handling patterns - Improve GfxWorld and asset parsing structures - Clean up redundant code across 60+ definition files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
type gfxworldvertexlayerdata [display="GFX World Vertex Layer Data"]
|
|
{
|
|
// PC version: 8 bytes (2 pointers)
|
|
i32 data_ptr;
|
|
|
|
ui("data_ptr", "Data Ptr");
|
|
i32 layer_vb_ptr;
|
|
|
|
ui("layer_vb_ptr", "Layer VB Ptr");
|
|
}
|