1
0
Fork 0
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:
fgenesis 2015-06-08 02:14:45 +02:00
parent b71c21a0b3
commit 1af3a580ed
3 changed files with 43 additions and 11 deletions

View file

@ -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);