luabridge Questions
3
Solved
According to the LuaBridge readme, LuaBridge does not support "Enumerated constants", which I assume is just enums. Since sf::Event is almost entirely enums, is there any way I can expose...
2
Solved
I am sketching a small C++ program that will pass arrays to Lua and have them modified there, where I intend to have a lua script read in the program so I can modify it without needing to recompile...
1
Solved
Consider the following example:
function Process()
local Container=NewContainer()
Container:On(EventType.Add,function()
Container:DoSomething()
end)
-- Does not Garbage Collect
end
In luabr...
Cortneycorty asked 27/5, 2013 at 16:49
1
© 2022 - 2024 — McMap. All rights reserved.