StefanHohnwald

Results 4 issues of StefanHohnwald

### What platform are you experiencing this issue on? Windows ### What architecture is your platform? 64-Bit ### What version of UWB are you using? Git Repo ### What Unity...

issue

While we all know it's possible that Lua functions can return multiple values to other Lua functions and Selene can return multiple values from Lua to C++ thanks to `sel::Tie`...

Lets say i have a C++ Luainterface class instance that i want to register in Lua: When registering an already created C++ class instance ina Lua via ``` C++ void...

Some programming languages offer the possibility of out-parameters, aka where the user can pass in arguments as reference to a function, inside the function the value gets modified via reference...