BoolRef
Holds a boolean value
Operations
Clone
Clones the object instance
method : public : Clone() ~ System.BoolRefReturn
| Type | Description |
|---|---|
| BoolRef | cloned the object instance |
Compare
Compares two objects
method : public : native : Compare(rhs:System.Compare) ~ IntParameters
| Name | Type | Description |
|---|---|---|
| rhs | Compare | compare object |
Return
| Type | Description |
|---|---|
| Int | 0 if equal, -1 if types differ, 1 if equal |
FromArray
Creates an array of references from primitives
function : FromArray(input:Bool[]) ~ BoolRef[]Parameters
| Name | Type | Description |
|---|---|---|
| input | Bool | array of primitives |
Return
| Type | Description |
|---|---|
| BoolRef | an array of references |
HashID
Returns a unique hash ID for a boolean
method : public : HashID() ~ IntReturn
| Type | Description |
|---|---|
| Int | hash ID |
Set
Set boolean value
method : public : Set(value:Bool) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| value | Bool | boolean value |