コード例 #1
0
ファイル: LuaExtension.cs プロジェクト: srufeng/boltdotnet
 public static void PushNull(this IntPtr L)
 {
     XLLuaRuntime.lua_pushnil(L);
 }