godot/modules/gdnative/gdnative
karroffel 56bb22c988 added godot_dictionary_get_with_default to GDNative
Recently, Dictionary::get() was introduced, which acts like a index
operator but allows the caller to specify a default value to return
instead of issuing an error.

This commit adds a new GDNative function that includes the default value.
2019-02-21 20:12:57 +01:00
..
aabb.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
array.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
basis.cpp [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00
color.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dictionary.cpp added godot_dictionary_get_with_default to GDNative 2019-02-21 20:12:57 +01:00
gdnative.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
node_path.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
plane.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pool_arrays.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
quat.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rect2.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rid.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
string.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
string_name.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
transform.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
transform2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
variant.cpp Workaround GCC 6 & 7 ICE on armv7hl 2019-01-26 14:37:36 +01:00
vector2.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vector3.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00