EvilEngine/DYNA/ui:text:user string: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3:
{{#vardefine:version|}}<nowiki/>
{{#vardefine:hash|0xFB50BACB}}<nowiki/>
{{#vardefine:games|TSSM Incredibles ROTU RatProto}}<nowiki/>
{{#vardefine:sourcecode|}}<nowiki/>
{{#vardefine:image|}}<nowiki/>
</onlyinclude>
{{AutoDynaInfobox}}
 
==Format==
Inherits from [[EvilEngine/DYNA/ui:text|DYNA/ui:text]]<br>Unused in The SpongeBob SquarePants Movie but is still supported.
<source lang=cpp>
class zUIUserStringAsset : public zUITextAsset
{
public:
unsigned char hardMaxChars;
unsigned char softMaxChars;
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x000x74 || byteu8 || '''hardMaxChars''' ||
|-
| 0x01 || byte || '''softMaxChars''' ||
|-
| 0x020x75 || byteu8 || '''padding1softMaxChars''' ||
|-
| 0x030x76 || byteu8[2] || '''padding2'''null || padding
|}