ComparisonLogicNode
Inherits from UINodeData
Summary
Constructors
| ComparisonLogicNode() |
| ComparisonLogicNode(guid: Guid) |
| ComparisonLogicNode(other: UINodeData) |
| ComparisonLogicNode(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| inValue | UINodePort | nil |
| outputs | UINodePort[] |
| dataSourceInfo | UIDataSourceInfo |
| skipFractionals | bool |
Static members
| Name | Type |
|---|---|
| ComparisonLogicNode.typeInfo | TypeInformation |
Constructors
ComparisonLogicNode
ComparisonLogicNode()
Creates a new ComparisonLogicNode frostbite instance.
ComparisonLogicNode
ComparisonLogicNode(guid: Guid)
Creates a new ComparisonLogicNode frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
ComparisonLogicNode
ComparisonLogicNode(other: UINodeData)
Casts an instance of type UINodeData to ComparisonLogicNode. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | UINodeData | The instance to cast to ComparisonLogicNode. |
ComparisonLogicNode
ComparisonLogicNode(other: DataContainer)
Casts an instance of type DataContainer to ComparisonLogicNode. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to ComparisonLogicNode. |
Properties
inValue
UINodePort | nil
outputs
dataSourceInfo
skipFractionals
bool
Static members
typeInfo
The type information for the ComparisonLogicNode type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)