View Single Post
Old 08-11-19, 19:23   #596
AkyV
Moderator
 
Joined: Dec 2011
Posts: 4,881
Exclamation

I'd like to share my revelations I just fully realized only now about trng.h contents.
Status: after PU-8 (TRNG 1.3.0.7) update:

Legend:
S - Missing in "plugin_trng_start_vc2010_sources" pack
F - Missing in "plugin_trng_final_vc2010_sources" pack

...at least on my PC.

S, F:
char *FormatText(char *szFormat, ...);

F:
bool FromNgleStaticIndexToTomb4Indices(int IndiceNgle, int *pRoomIndex, int *pStaticIndex);
char *ReadTextVariable(int Code);
int Convert(int CONV_Type, int Index, int SecondaryIndex, void * pPointer);
int ReadMemVariable(int Code);
int ReadNumVariable(int Code);
void WriteMemVariable(int Code, int Value);
void WriteNumVariable(int Code, int Value);
void WriteTextVariable(int Code, char *pText);
AkyV is offline   Reply With Quote