luad ~master (2016-02-18T19:12:01Z)
Home
Dub
Repo
pushValue
luad
stack
Push a value of any type to the stack.
void
pushValue
(
T
)
(
lua_State
*
L
,
T
value
)
Parameters
L
lua_State
*
stack to push to
value
T
value to push
Meta
Source
See Implementation
luad
stack
functions
callWithRet
getArgument
getValue
popReturnValues
popStack
popTuple
popValue
printStack
pushReturnValues
pushTuple
pushValue
templates
isVariableReturnType
isVoidArray
luaTypeOf
returnTypeSize
Push a value of any type to the stack.