insert
Description:
Inserts a value into a VariantDict.
This call is a convenience wrapper that is exactly equivalent to calling Variant followed by insert_value.
Parameters:
this | |
key |
the key to insert a value for |
format_string |
a Variant varargs format string |
... |
arguments, as per |