ug4
lua_stack.cpp File Reference
#include "bindings_lua.h"
#include "registry/registry.h"
#include "registry/class_helper.h"
#include "common/common.h"
#include "info_commands.h"
#include "lua_util.h"
#include "lua_parsing.h"
#include "lua_stack.h"

Namespaces

 ug
 the ug namespace
 
 ug::bridge
 

Functions

int ug::bridge::LuaStackToParams (ParameterStack &ps, const ParameterInfo &psInfo, lua_State *L, int offsetToFirstParam=0)
 copies parameter values from the lua-stack to a parameter-list. More...
 
int ug::bridge::ParamsToLuaStack (const ParameterStack &ps, lua_State *L)
 Pushes the parameter-values to the Lua-Stack. More...