The LuaStack.pushLuaValueDict function in cpp (C++) is used to push a Lua value dictionary onto the Lua stack. It allows you to transfer Lua tables or dictionaries created in cpp to the Lua environment. This function enables seamless communication between C++ and Lua by allowing you to pass complex data structures back and forth.
C++ (Cpp) LuaStack::pushLuaValueDict - 28 examples found. These are the top rated real world C++ (Cpp) examples of LuaStack::pushLuaValueDict extracted from open source projects. You can rate examples to help us improve the quality of examples.