|
ug4
|
#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 | |
| namespace | ug |
| the ug namespace | |
| 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. | |
| int | ug::bridge::ParamsToLuaStack (const ParameterStack &ps, lua_State *L) |
| Pushes the parameter-values to the Lua-Stack. | |