Read Dynamic Variable`1 (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
Other languages:
English • ‎日本語

This article or section is a Stub. You can help the Neos Wiki by expanding it.


Read Dynamic Variable`1
noframe
Inputs
  Slot Source
  String VariableName
Outputs
  Dummy Value
  Bool FoundValue

The Read Dynamic Variable`1 node attempts to read the value of a Dynamic Variable of the specified Type from the Source Slot. Value is shown as being a Dummy value for display purposes, however it will be composed of the type selected in the LogiX browser, or specified in the component window.

When using the Components browser, you may specify any valid FrooxEngine or BaseX type by creating a component, and unpacking it to create a visual.

Usage

Inputs
Name Type Description
Source Slot The slot where the search for the variable begins. The default is the slot that this component is in.
VariableName String The name of the variable to read. If prefixed by a name with a slash, the string before the slash is the space name. The default is a blank name.
Outputs
Name Type Description
Value Dummy The value of the variable. If the VariableName (excluding the space) is empty, or the Source is null then this will be the default value for variables of this type: null for reference types and strings, zero for numeric types, false for booleans, identity for quaternions and matrices.
FoundValue Bool Whether the variable was found. If the VariableName (excluding the space) is empty, or the Source is null then this will be false.

Examples

Node Menu

Variables
Back Storage Clear Dynamic Variables Clear Dynamic Variables of Type`1 Create Dynamic Variable`1 Delete Dynamic Variable`1 Dynamic Variable Input With Events`1
Dynamic Variable Input`1 Read Cloud Variable`1 Read Dynamic Variable`1 Write Cloud Variable`1 Write Dynamic Variable`1 Write Or Create Dynamic Variable`1