Cavestory Mod API
Public Attributes | List of all members
PXLANG_STRING_STRUCT Struct Reference

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.
 

Detailed Description

Holds information about a specific localization string.

Member Data Documentation

◆ content_ascii

char* PXLANG_STRING_STRUCT::content_ascii

The ASCII content of this string.

Only gets allocated when this string is fetched from CSM_PxLang_GetString().


The documentation for this struct was generated from the following file: