LuaFunc.push

Pushes the function onto the stack.

struct LuaFunc
@nogc nothrow
int
push
()

Return Value

Type: int

The positive index of the pushed function.

Meta