| 
    Cavestory Mod API
    
   | 
 
#include <CavestoryModAPI.h>Go to the source code of this file.
Classes | |
| class | ModTextScriptCommand | 
| Automatically sets up every textscript command in the mod after calling ModTextScriptCommand::Init().  More... | |
Macros | |
| #define | TSC_NAME_TO_HEX(A, B, C) (int(A) | (int(B) << 8) | (int(C) << 16)) | 
| Convert three characters to a unique identifier for textscript commands.  More... | |