Šimon Mikuda

Results 2 comments of Šimon Mikuda

Unfortunately you can't bind whole classes, but is quite easy to buy existing instances like iSLC wrote... With `std::bind`: ``` cpp class Foo { int value; public: void add(int number)...

Lua is dynamically typed language so there are no "wrong arguments". All primitive values can get to Lua.