2026-01-07 16:36:40 -05:00
|
|
|
type gfxlightdef [display="GFX Light Def"]
|
|
|
|
|
{
|
2026-01-11 12:09:57 -05:00
|
|
|
const PTR_INLINE = -1;
|
|
|
|
|
|
|
|
|
|
i32 name_ptr;
|
|
|
|
|
ui("name_ptr", "Name Ptr");
|
|
|
|
|
|
2026-01-07 16:36:40 -05:00
|
|
|
// Attenuation (GfxLightImage)
|
|
|
|
|
attenuation = parse_here("gfxlightimage");
|
2026-01-11 12:09:57 -05:00
|
|
|
|
|
|
|
|
u32 lmap_lookup_start;
|
|
|
|
|
ui("lmap_lookup_start", "LMap Lookup Start");
|
|
|
|
|
|
|
|
|
|
// Inline data
|
|
|
|
|
inline cstring name when name_ptr [ui="Name", set_name];
|
2026-01-07 16:36:40 -05:00
|
|
|
}
|