ug4
|
#include "common/util/number_util.h"
Go to the source code of this file.
Classes | |
struct | ug::lua_traits< bool > |
struct | ug::lua_traits< int > |
struct | ug::lua_traits< MathMatrix< dim, dim > > |
struct | ug::lua_traits< number > |
struct | ug::lua_traits< ug::MathVector< dim > > |
struct | ug::lua_traits< void > |
Namespaces | |
ug | |
the ug namespace | |
Functions | |
number | ug::ReturnValueToBool (lua_State *L, int index) |
Helper to access a return value on the stack. More... | |
int | ug::ReturnValueToInteger (lua_State *L, int index) |
Helper to access a return value on the stack. More... | |
number | ug::ReturnValueToNumber (lua_State *L, int index) |
Helper to access a return value on the stack. More... | |