Centralize the extraction of Lua values and fix bug when trying to extract the first parameter of a Lua parameter pack

This commit is contained in:
Alexander Bock
2023-03-07 01:56:17 +01:00
parent 14cf1d3962
commit 0831b00a77
75 changed files with 43 additions and 438 deletions
+1 -2
View File
@@ -41,8 +41,7 @@ public:
using TemplateProperty<volume::TransferFunction>::operator=;
protected:
volume::TransferFunction fromLuaConversion(lua_State* state,
bool& success) const override;
volume::TransferFunction fromLuaConversion(lua_State* state) const override;
void toLuaConversion(lua_State* state) const override;
std::string toStringConversion() const override;
};