ActionNode

Inherits from UINodeData

Summary

Constructors

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

Properties

Name Type
actionKey int
params string[]
actionAsset Asset | nil
inValue UINodePort | nil
out UINodePort | nil
dataInputs UINodePort[]
appendIncomingParams bool

Static members

Name Type
ActionNode.typeInfo TypeInformation

Constructors

ActionNode

ActionNode()

Creates a new ActionNode frostbite instance.

ActionNode

ActionNode(guid: Guid)

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

Parameters

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

ActionNode

ActionNode(other: UINodeData)

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

Parameters

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

ActionNode

ActionNode(other: DataContainer)

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

Parameters

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

Properties

actionKey

int

params

string[]

actionAsset

Asset | nil

inValue

UINodePort | nil

out

UINodePort | nil

dataInputs

UINodePort[]

appendIncomingParams

bool

Static members

typeInfo

TypeInformation

The type information for the ActionNode type.

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