コード例 #1
0
 public static void PushBool(IntPtr L, bool b)
 {
     LuaAPI.PushBool(L, b);
 }