Cached Object

Last modified by KDearnley on 2023/07/31 14:06

Cached Object

A Cached Object variable will store away an object, allowing the stored object to be referenced later in a logic chain.

Details

CachedObject.PNG
Object: Cached Object

Category: Variables

Inputs

INPUTS
Set.pngSet (Cached Object)Set the Cached Object to the activator. This allows you to store the activator for future use.
Get.pngGetGet the currently held value in the Cached Object. Used with the On Get output.
Clear.pngClear (Cached Object)Clear the currently held value in the Cached Object.

Outputs

OUTPUTS
OnChanged.pngOn ChangedWhen the value changes, send a signal. The activator is the Resource or Cached Entity that changed. There is no activator for Boolean, Color, Integer, Number or String variables.
Get.pngOn GetWhen the Cached Object receives a Get input, send a signal. The object held in the Cached Object is the activator.

Properties

PROPERTIES
PropertyTypeDescription
NameStringThe name of this object. Rename an object to make it easy to identify.
IconGrid PickerIcon of this object. Change the icon to make it easy to identify.
Tags: Flow