IBoolean
What it does
Passes in-out boolean values to scripts.
Properties
Name | Type | Access | Description |
Value | bool | Read/write | The value |
Note: 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.
12.04.2024 18:16:02