mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Remove the user data from the Lua function definition
This commit is contained in:
@@ -47,8 +47,6 @@ struct LuaLibrary {
|
||||
std::string name;
|
||||
/// The function pointer that is executed if the function is called
|
||||
lua_CFunction function;
|
||||
/// A vector of light userdata to be passed into the function
|
||||
std::vector<void*> userdata;
|
||||
/// A text describing the arguments to this function
|
||||
std::string argumentText;
|
||||
/// A help text describing what the function does/
|
||||
|
||||
Reference in New Issue
Block a user