- added lua functions to add / remove cell markers:

addCellMarker(0,'test from scenario!','',cellMarker)
param1=factionindex
param2=cell hint
param3=empty string
param4=cellPosition

removeCellMarker(0,{46,13})
param1=factionindex
param2=cellPosition
This commit is contained in:
Mark Vejvoda
2012-09-25 07:05:52 +00:00
parent 75011d84d5
commit 7c0e10684a
18 changed files with 352 additions and 79 deletions

View File

@@ -92,7 +92,9 @@ public:
void returnVectorInt(const vector<int> &value);
private:
void throwLuaError(const string &message) const;
string getStackText() const;
};
}}//end namespace