#include "../../include/c4script/c4script.h"#include "C4Include.h"#include "c4group/C4Group.h"#include "lib/C4Random.h"#include "object/C4DefList.h"#include "script/C4Aul.h"#include "script/C4ScriptHost.h"Go to the source code of this file.
Functions | |
| int | c4s_runfile (const char *filename) |
| int | c4s_runstring (const char *script) |
| int | c4s_checkfile (const char *filename) |
| int | c4s_checkstring (const char *script) |
| int c4s_checkfile | ( | const char * | filename | ) |
Definition at line 97 of file C4ScriptStandalone.cpp.
Referenced by main().
| int c4s_checkstring | ( | const char * | script | ) |
Definition at line 98 of file C4ScriptStandalone.cpp.
Referenced by main().
| int c4s_runfile | ( | const char * | filename | ) |
Definition at line 94 of file C4ScriptStandalone.cpp.
Referenced by main().
| int c4s_runstring | ( | const char * | script | ) |
Definition at line 95 of file C4ScriptStandalone.cpp.
Referenced by main().