Support proper actuator animation

This commit is contained in:
2025-09-27 01:23:16 +03:00
parent 7e06da700a
commit 25280a9cbe
16 changed files with 528 additions and 103 deletions

View File

@@ -12,7 +12,8 @@ struct LuaData {
std::vector<int> setup_handlers;
int setup_handler();
int call_handler(const Ogre::String &event);
int call_handler(const Ogre::String &event, flecs::entity e);
int call_handler(const Ogre::String &event, flecs::entity e,
flecs::entity o);
LuaData();
virtual ~LuaData();