Dictionaries¶
Methods¶
| return type | signature |
|---|---|
| bool | static has_non_null ( Variant dict, Variant key ) |
| Variant | static get_non_null ( Dictionary dict, Variant key, Variant default ) |
| void | static merge ( Dictionary a, Dictionary b, Variant overwrite=false ) |
Method Descriptions¶
-
bool static has_non_null ( Variant dict, Variant key )
There is currently no description for this method.
-
Variant static get_non_null ( Dictionary dict, Variant key, Variant default )
There is currently no description for this method.
-
void static merge ( Dictionary a, Dictionary b, Variant overwrite=false )
There is currently no description for this method.