BinaryLogicNode

Inherits from UINodeData

Summary

Constructors

BinaryLogicNode()
BinaryLogicNode(guid: Guid)
BinaryLogicNode(other: UINodeData)
BinaryLogicNode(other: DataContainer)

Properties

Name Type
inValue UINodePort | nil
trueValue UINodePort | nil
falseValue UINodePort | nil
dataSourceInfo UIDataSourceInfo

Static members

Name Type
BinaryLogicNode.typeInfo TypeInformation

Constructors

BinaryLogicNode

BinaryLogicNode()

Creates a new BinaryLogicNode frostbite instance.

BinaryLogicNode

BinaryLogicNode(guid: Guid)

Creates a new BinaryLogicNode frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

BinaryLogicNode

BinaryLogicNode(other: UINodeData)

Casts an instance of type UINodeData to BinaryLogicNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UINodeData The instance to cast to BinaryLogicNode.

BinaryLogicNode

BinaryLogicNode(other: DataContainer)

Casts an instance of type DataContainer to BinaryLogicNode. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to BinaryLogicNode.

Properties

inValue

UINodePort | nil

trueValue

UINodePort | nil

falseValue

UINodePort | nil

dataSourceInfo

UIDataSourceInfo

Static members

typeInfo

TypeInformation

The type information for the BinaryLogicNode type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)