Datasheet: Difference between revisions
Jump to navigation
Jump to search
→Value: Nullable strings
imported>Leoetlino (→Format) |
imported>Leoetlino (→Value: Nullable strings) |
||
Line 164: | Line 164: | ||
|String | |String | ||
|<code>struct { const char* data; u32 length; }</code> (aligned to 0x10 bytes) | |<code>struct { const char* data; u32 length; }</code> (aligned to 0x10 bytes) | ||
For empty strings ''that are Nullable'', data is nullptr and length is 0. Empty strings that are ''not'' Nullable have a 0 length but still point to a null byte. | |||
|} | |} | ||