Advanced Strategic Command
|
#include <ed_mapcomponent.h>
Public Member Functions | |
LuaBrush (const ASCString &filename) | |
bool | supportMultiFieldPlacement () const |
int | place (const MapCoordinate &mc) const |
virtual LuaBrush * | clone () const |
virtual ASCString | getName () const |
![]() | |
virtual | ~Placeable () |
void | vPlace (const MapCoordinate &mc) const |
just a wrapper so we have a function return void More... | |
virtual bool | remove (const MapCoordinate &mc) const |
Protected Attributes | |
ASCString | script |
Definition at line 177 of file ed_mapcomponent.h.
LuaBrush::LuaBrush | ( | const ASCString & | filename | ) |
Definition at line 58 of file ed_mapcomponent.cpp.
Referenced by clone().
|
virtual |
Implements Placeable.
Definition at line 74 of file ed_mapcomponent.cpp.
References LuaBrush(), and script.
|
inlinevirtual |
|
virtual |
Implements Placeable.
Definition at line 63 of file ed_mapcomponent.cpp.
References errorMessage(), LuaRunner::getErrors(), LuaRunner::runFile(), script, and updateFieldInfo.
|
inlinevirtual |
Implements Placeable.
Definition at line 182 of file ed_mapcomponent.h.
|
protected |
Definition at line 179 of file ed_mapcomponent.h.