Exemplo n.º 1
0
 public LuaObject Not()
 {
     return(vm.GetBoolean(!ToBoolean()));
 }