lua_iscfunction() public static méthode

public static lua_iscfunction ( IntPtr luaState, int index ) : bool
luaState System.IntPtr
index int
Résultat bool
 public bool LuaIsCFunction(int index)
 {
     return(LuaDLL.lua_iscfunction(L, index) != 0);
 }