public static bool lua_iscfunction(LuaState state, int index) { return(LuaNativeBinding.lua_iscfunction(state, index) == 0 ? false : true); }