summaryrefslogtreecommitdiffstats
path: root/src/script/script.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-05-12 15:54:35 +0200
committerkrzys-h <krzys_h@interia.pl>2013-05-12 15:54:35 +0200
commit61841b3f40c3381bd591ca14af290e46d3d9a76c (patch)
treee48cc3beb09edf27997eb39a3c160f2955798584 /src/script/script.h
parent1f77efb9cb3f39fae5567c3af65fd3e9ad8736aa (diff)
downloadcolobot-61841b3f40c3381bd591ca14af290e46d3d9a76c.tar.gz
colobot-61841b3f40c3381bd591ca14af290e46d3d9a76c.tar.bz2
colobot-61841b3f40c3381bd591ca14af290e46d3d9a76c.zip
Backwards combatibility for retobject() (#209)
Diffstat (limited to 'src/script/script.h')
-rw-r--r--src/script/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/script.h b/src/script/script.h
index f0907f3..cd2a122 100644
--- a/src/script/script.h
+++ b/src/script/script.h
@@ -145,6 +145,7 @@ private:
static bool rSetBuild(CBotVar* var, CBotVar* result, int& exception, void* user);
static bool rSetResearchEnable(CBotVar* var, CBotVar* result, int& exception, void* user);
static bool rSetResearchDone(CBotVar* var, CBotVar* result, int& exception, void* user);
+ static bool rGetObjectById(CBotVar* var, CBotVar* result, int& exception, void* user);
static bool rGetObject(CBotVar* var, CBotVar* result, int& exception, void* user);
static bool rDestroy(CBotVar* var, CBotVar* result, int& exception, void* user);
static bool rSearch(CBotVar* var, CBotVar* result, int& exception, void* user);