godot/modules/gdnative/include
Hein-Pieter van Braam 833c3917b2 Allow booleanization of all types
We now allow booleanization of all types. This means that empty versions
of all types now evaluate to false. So a Vector2(0,0), Dictionary(),
etc.

This allows you to write GDScript like:
if not Dictionary():
  print("Empty dict")

Booleanization can now also no longer fail. There is no more valid flag,
this changes Variant and GDNative API.
2017-09-19 18:55:31 +02:00
..
gdnative Allow booleanization of all types 2017-09-19 18:55:31 +02:00
nativescript merged gdnative and nativescript module 2017-09-03 15:28:43 +02:00
gdnative_api_struct.h Allow booleanization of all types 2017-09-19 18:55:31 +02:00