mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-08 12:17:48 +00:00
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
// =========================================
|
|
// XGlobals
|
|
// =========================================
|
|
use XGlobals;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string name;
|
|
set arraycount gumps gumpsCount;
|
|
set condition gumps gumpsCount >= 0 && gumpsCount <= 32;
|
|
set arraycount overlays overlayCount;
|
|
set condition overlays overlayCount >= 0 && overlayCount <= 32;
|
|
|
|
// gump_info_t
|
|
set string gump_info_t::name;
|
|
|
|
// overlay_info_t
|
|
set string overlay_info_t::name; |