11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
|
|
type image [display="Image"]
|
||
|
|
{
|
||
|
|
i32 name_ptr [ui, readonly, display="Name Ptr"];
|
||
|
|
|
||
|
|
if (name_ptr == -1) {
|
||
|
|
name = cstring() [ui, readonly, display="Name"];
|
||
|
|
}
|
||
|
|
|
||
|
|
// TODO: Add full image structure (texture data, format, dimensions, etc.)
|
||
|
|
}
|