What it does
Passes in-out boolean values to scripts.Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Value | bool | Read/write | The value |
To assign a value to an object of IBoolean type, you must use the Value property. For example, to assign a true value to the object A of IBoolean type, you must write A.Value = true instead of A = true.
