- 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
210 B
Plaintext
11 lines
210 B
Plaintext
type gfxreflectionprobe [display="GFX Reflection Probe"]
|
|
{
|
|
// Origin (3 floats = 12 bytes)
|
|
origin = read(12);
|
|
|
|
ui("origin", "Origin");
|
|
|
|
// Reflection image
|
|
reflection_image = parse_here("image");
|
|
}
|