lua_iscfunction

Function lua_iscfunction 

Source
pub fn lua_iscfunction(l: LuaState, idx: c_int) -> c_int
Expand description

Returns 1 if the value at the given acceptable index is a C function, and 0 otherwise.