\brief Constructor * * Initializes m_LuaPlugin * \param lua pointer to the plugin that holds the lua state to operate on */
| 47 | * \param lua pointer to the plugin that holds the lua state to operate on |
| 48 | */ |
| 49 | LuaScript(LuaScriptInterface * lua, const QString& fileName) : Script(lua, fileName), m_LuaPlugin(lua) { } |
| 50 | |
| 51 | /** \brief Parse the script header |
| 52 | * |
nothing calls this directly
no outgoing calls
no test coverage detected