Public Member Functions |
| CScript (CObject *object, CTaskManager **secondaryTask) |
void | PutScript (Ui::CEdit *edit, const char *name) |
bool | GetScript (Ui::CEdit *edit) |
bool | GetCompile () |
void | GetTitle (char *buffer) |
void | SetStepMode (bool bStep) |
bool | Run () |
bool | Continue (const Event &event) |
bool | Step (const Event &event) |
void | Stop () |
bool | IsRunning () |
bool | IsContinue () |
bool | GetCursor (int &cursor1, int &cursor2) |
void | UpdateList (Ui::CList *list) |
void | ColorizeScript (Ui::CEdit *edit) |
bool | IntroduceVirus () |
int | GetError () |
void | GetError (std::string &error) |
void | New (Ui::CEdit *edit, const char *name) |
bool | SendScript (const char *text) |
bool | ReadScript (const char *filename) |
bool | WriteScript (const char *filename) |
bool | ReadStack (FILE *file) |
bool | WriteStack (FILE *file) |
bool | Compare (CScript *other) |
void | SetFilename (char *filename) |
char * | GetFilename () |
Static Public Member Functions |
static void | InitFonctions () |
static CBotTypResult | cBusy (CBotVar *thisclass, CBotVar *&var) |
static CBotTypResult | cFactory (CBotVar *thisclass, CBotVar *&var) |
static CBotTypResult | cClassNull (CBotVar *thisclass, CBotVar *&var) |
static CBotTypResult | cClassOneFloat (CBotVar *thisclass, CBotVar *&var) |
static bool | rBusy (CBotVar *thisclass, CBotVar *var, CBotVar *result, int &exception) |
static bool | rFactory (CBotVar *thisclass, CBotVar *var, CBotVar *result, int &exception) |
static bool | rResearch (CBotVar *thisclass, CBotVar *var, CBotVar *result, int &exception) |
static bool | rTakeOff (CBotVar *thisclass, CBotVar *var, CBotVar *result, int &exception) |
static bool | rDestroy (CBotVar *thisclass, CBotVar *var, CBotVar *result, int &exception) |
Protected Member Functions |
bool | IsEmpty () |
bool | CheckToken () |
bool | Compile () |
The documentation for this class was generated from the following files:
- /build/colobot-T0lCmu/colobot-0.1.3/src/script/script.h
- /build/colobot-T0lCmu/colobot-0.1.3/src/script/script.cpp