mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 15:39:21 +02:00
- 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:
@@ -92,7 +92,9 @@ public:
|
||||
void returnVectorInt(const vector<int> &value);
|
||||
|
||||
private:
|
||||
|
||||
void throwLuaError(const string &message) const;
|
||||
string getStackText() const;
|
||||
};
|
||||
|
||||
}}//end namespace
|
||||
|
Reference in New Issue
Block a user