[ Version ( since = "0.2.3" ) ]
public void set_boolean (KeyID key, bool booleanvalue)
Sets the value associated with key into this.
key must have been registered as a boolean-type key. Old value is replaced by the new one.
| this |
set of related keys to change |
| key |
key to change or add |
| booleanvalue |
the new value |