insert_custom_value
Description:
[
Version ( since =
"0.10.5" ) ]
public bool insert_custom_value (
string key,
string value)
Add a key and value pair to the custom data table.
Parameters:
this |
An Component.
|
key |
Key name.
|
value |
A string value.
|
Returns:
true if the key did not exist yet.
|