nngn
|
Pushes a function pointer. More...
#include <push.h>
Static Public Member Functions | |
static int | push (lua_State *L, R(*f)(Args...)) |
Pushes a function pointer.
The function will be callable from Lua and will have its arguments and return value automatically handled.
|
inlinestatic |