|
Cavestory Mod API
|
Holds information about a localization group. More...
#include <LanguageResource.h>
Public Attributes | |
| unsigned int | crc |
| The CRC checksum of this group's name. | |
| unsigned int | string_size |
| The amount of localized strings in this group. | |
| unsigned int | string_count |
| The amount of loaded strings in this group. | |
| PXLANG_STRING_STRUCT * | string_list |
| The string list. | |
| bool | loaded |
| Whether this group's strings are loaded or not. | |
| int | symbol |
| The debug symbol assigned to this string. | |
Holds information about a localization group.