XPlor/definitions/cod/materialtexturedefinfo.xscript

11 lines
208 B
Plaintext
Raw Normal View History

2026-01-01 22:18:40 -05:00
type materialtexturedefinfo [display="Material Texture Def Info"]
{
const PTR_INLINE = -1;
i32 texture_ptr;
ui("texture_ptr", "Texture Ptr");
// Inline data
inline image image when texture_ptr;
2026-01-01 22:18:40 -05:00
}