include <cx/ModuleCommand.h>
cxFireASAP causes the module to fire again, immediately upon returning from the user function.
void cxFireASAP();cxModAlert causes the Map Editor to issue an error popup with the given string. All interactions with the Map Editor is prevented until the user dismisses the popup.
void cxModAlert( char *string );cxModExit causes the module to terminate execution after calling the removal hook function. The module is then removed from the Map Editor.
void cxModExit();