godot/modules/gdnative/include/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.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
array.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
basis.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
color.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dictionary.h added godot_dictionary_get_with_default to GDNative 2019-02-21 20:12:57 +01:00
gdnative.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
node_path.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
plane.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pool_arrays.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
quat.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rect2.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rid.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
string.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
string_name.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
transform.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
transform2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
variant.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vector2.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vector3.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00