pushValue

Push a value of any type to the stack.

void
pushValue
(
T
)

Parameters

L lua_State*

stack to push to

value T

value to push

Meta