Implementation of a dummy Script. More...
#include <squirrel.h>
#include "../stdafx.h"
#include "../string_func.h"
#include "../strings_func.h"
#include "table/strings.h"
Go to the source code of this file.
Functions | |
void | Script_CreateDummyInfo (HSQUIRRELVM vm, const char *type, const char *dir) |
Run the dummy info.nut. | |
void | Script_CreateDummy (HSQUIRRELVM vm, StringID string, const char *type) |
Run the dummy AI and let it generate an error message. |
Implementation of a dummy Script.
Definition in file script_info_dummy.cpp.
void Script_CreateDummy | ( | HSQUIRRELVM | vm, | |
StringID | string, | |||
const char * | type | |||
) |
Run the dummy AI and let it generate an error message.
Definition at line 59 of file script_info_dummy.cpp.
References lastof, seprintf(), and strecpy().
Referenced by AIInstance::LoadDummyScript().
void Script_CreateDummyInfo | ( | HSQUIRRELVM | vm, | |
const char * | type, | |||
const char * | dir | |||
) |
Run the dummy info.nut.
Definition at line 29 of file script_info_dummy.cpp.
References lastof, and seprintf().
Referenced by AIScannerInfo::Initialize().