insert


Description:

public void insert (string key, string format_string, ...)

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

a VariantDict

key

the key to insert a value for

format_string

a Variant varargs format string

...

arguments, as per format_string