What it does
Passes in-out boolean values to scripts.Properties
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.
