Class NodeComponentMetadata

Defines properties and message types for NodeComponent.

Property Types

See also PropertyType
NodeComponentMetadata.NameProperty

Name

Message Types

See also MessageType

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.

NodeComponentMetadata.NodeComponentMessageArguments

TargetNameProperty

Sets the name of the node component that receives this message. To send this message to every node component in this node, use an empty string.

Example
local value = arguments:getTargetNameProperty()
arguments:setTargetNameProperty(value)

NodeComponentMetadata.NodeComponentSourceMessageArguments

SourceNameProperty

Name of the node component that sent the message.

Example
local value = arguments:getSourceNameProperty()
arguments:setSourceNameProperty(value)