luabind
Luabind and coroutines
I\'m having some trouble understanding how to use coroutines properly with luabind. There\'s a templated function:[详细]
2023-03-13 19:00 分类:问答Assertion failure in Luabind
I am currently having problems using Luabind to interface a Lua scripted AI with a C++ game. I call an update function inside a loop (once per frame) and this function retrieves informations from C++[详细]
2023-03-10 04:10 分类:问答Luabind: "No matching overload found, candidates:"
Note, I have read and applied the answer to: Calling C++ member function from Luabind causes "No matching overload found", but this did not solve my issue.[详细]
2023-03-08 23:25 分类:问答luabind - variable number of parameters
How can I bind a function with luabind that 开发者_高级运维accept a variable number of parameters ?[详细]
2023-03-08 05:21 分类:问答how do i iterate the tables parameters which is present under the main table?
In lua ,im calling a function which returns a table variable that contains many parameter internally..but when i get that value i couldnt access the paramter which is present in the table. I can see t[详细]
2023-03-06 05:49 分类:问答Table simulation for lua
Good day 开发者_Python百科I have a specific task to give an access of c++ std::map to lua scripts. Desired script syntax is glob[\"tag\"] = \"value\" or glob(\"tag\") = \"value\"[详细]
2023-03-04 17:44 分类:问答Open ready-made Lua files
I am new to the Lua language. . .I have some ready made .lua source files. Now I want to edit it and also want to modify it. First, I want to open and see it.[详细]
2023-03-02 03:35 分类:问答Handle event callbacks with Luabind
I\'m adding scripting with Lua to an ap开发者_开发技巧plication of ours, and I need to implement bindings for the GUI-toolkit. The toolkit we use is wxWidgets.[详细]
2023-02-22 08:19 分类:问答Access Android Content Provider Data via Lua Script
I am aware that one could query Content providers for the data using Content Provid开发者_StackOverflow中文版er Class using Android based API\'s.[详细]
2023-02-20 04:10 分类:问答How to reference .cpp files without including them into the solution in Visual Studio?
I\'m trying to compile this code: extern \"C\" { #include <lua.h> #include <开发者_运维技巧;lualib.h>[详细]
2023-02-07 06:16 分类:问答