EvilEngine/DYNA/ui:text:user string
From Heavy Iron Modding
< EvilEngine | DYNA
(Redirected from DYNA/ui:text:user string)
ui:text:user string | |
---|---|
Hash | 0xFB50BACB |
Games used | The SpongeBob SquarePants Movie The Incredibles |
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 |
Hidden category: