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