EvilEngine/DYNA/ui:text:user string

From Heavy Iron Modding
Revision as of 16:41, 23 March 2024 by MinecraftFreak73 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ui:text:user string
Hash0xFB50BACB
Games usedThe SpongeBob SquarePants Movie

The Incredibles
Rise of the Underminer

Ratatouille Prototype

Format

Inherits from DYNA/ui:text
Unused in The SpongeBob SquarePants Movie but is still supported.

class zUIUserStringAsset : public zUITextAsset
{
public:
    unsigned char hardMaxChars;
    unsigned char softMaxChars;
};
Offset Type Variable Description
0x74 u8 hardMaxChars
0x75 u8 softMaxChars
0x76 u8[2] null padding