mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-21 14:00:52 +00:00
Minor Lua changes:
+ node_setEmitter(name) + node_getEmitter() * obj_setTexture() returns bool now
This commit is contained in:
parent
b71c21a0b3
commit
1af3a580ed
3 changed files with 43 additions and 11 deletions
|
@ -89,6 +89,7 @@ public:
|
|||
void update(float dt);
|
||||
void setActive(bool v);
|
||||
bool action(int id, int state);
|
||||
void setEmitter(const std::string& name);
|
||||
|
||||
PathNode *getPathNode(int idx);
|
||||
bool isCoordinateInside(const Vector &pos, int rad=0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue