summaryrefslogtreecommitdiffstats
path: root/src/script/script.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-05-18 16:58:35 +0200
committerkrzys-h <krzys_h@interia.pl>2013-05-18 18:04:48 +0200
commit8004e689481d01decbde351d1925e0efe23daf94 (patch)
tree41abe27bb35288e53a7e462ab64f0ab8fcf02c05 /src/script/script.h
parent47d7b805070e317894efbed653b1d44cd789f2fa (diff)
downloadcolobot-8004e689481d01decbde351d1925e0efe23daf94.tar.gz
colobot-8004e689481d01decbde351d1925e0efe23daf94.tar.bz2
colobot-8004e689481d01decbde351d1925e0efe23daf94.zip
Added object.busy()
Diffstat (limited to 'src/script/script.h')
-rw-r--r--src/script/script.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/script.h b/src/script/script.h
index 481df8e..62e95b3 100644
--- a/src/script/script.h
+++ b/src/script/script.h
@@ -191,7 +191,10 @@ private:
static bool rPenWidth(CBotVar* var, CBotVar* result, int& exception, void* user);
public:
+ static CBotTypResult cBusy(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);
private: