summaryrefslogtreecommitdiff
path: root/src/script/api/script_company.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-09-24 16:45:20 +0000
committerfrosch <frosch@openttd.org>2014-09-24 16:45:20 +0000
commit1c6705ba34ccc96d4692dc3f882d966732c19e5f (patch)
treeade90ba41936be86c47c2ea73ea82472d268c8a1 /src/script/api/script_company.hpp
parent1f74484ede908ffecfaf2787d5361b5fccdd91c0 (diff)
downloadopenttd-1c6705ba34ccc96d4692dc3f882d966732c19e5f.tar.xz
(svn r26915) -Fix: API docs
Diffstat (limited to 'src/script/api/script_company.hpp')
-rw-r--r--src/script/api/script_company.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/script_company.hpp b/src/script/api/script_company.hpp
index 532793081..4deaeed5e 100644
--- a/src/script/api/script_company.hpp
+++ b/src/script/api/script_company.hpp
@@ -192,6 +192,7 @@ public:
* @param company The company to change the bank balance of.
* @param delta Amount of money to give or take from the bank balance. A positive value adds money to the bank balance.
* @param expenses_type The account in the finances window that will register the cost.
+ * @return True, if the bank balance was changed.
* @game @pre No ScriptCompanyMode active in scope.
* @pre ResolveCompanyID(company) != COMPANY_INVALID.
* @pre delta >= -2**31