|
Cavestory Mod API
|
Holds information about a specific localization string. More...
#include <LanguageResource.h>
Public Attributes | |
| unsigned int | crc |
| The CRC checksum of the name for this localization string. | |
| wchar_t * | content |
| The content of this string. | |
| char * | content_ascii |
| The ASCII content of this string. More... | |
| int | symbol |
| The debug symbol assigned to this string. | |
| bool | special_content |
| The debug symbol assigned to this string. | |
Holds information about a specific localization string.
| char* PXLANG_STRING_STRUCT::content_ascii |
The ASCII content of this string.
Only gets allocated when this string is fetched from CSM_PxLang_GetString().