How To Use Dynamic Variables

From Resonite Wiki
Revision as of 05:00, 13 July 2024 by AmasterAmaster (talk | contribs) (Created a tutorial page for dynamic variables.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


As the Dynamic Variables page itself is quite information dense, this tutorial will serve as a quick guide to create, write and read these variables and components, and is also designed to get you started immediately with them, in a step by step process. This should also be simpler to understand in comparison to the main page.

Since you can use dynamic variables in many different configurations, this tutorial will be split up based on what your needs and requirements are.


Triggers & Receivers

Use this when you just want to send a signal across different code groups (and also sometimes with data)

What You Need

Setup

An example of the trigger and receiver nodes.
An example of the trigger and receiver nodes.
  1. Spawn both Dynamic Impulse Trigger & Dynamic Impulse Receiver nodes with the ProtoFlux Tool.
  2. Add a tag for both nodes to send and listen for. We are using Example for both nodes.
  3. Add a Slot hierarchy for the trigger node.
It is currently bad practice to use the Root Slot node, but using this will allow us to see if these nodes can send some signal for testing purposes.

Dynamic Input Variables & Dynamic Spaces

Use this when you have a value that can be grabbed and used anywhere.

What You Need

Setup

    • To be written...

Dynamic Field Variables & Dynamic Spaces

Use this when you have component values you want to dynamically use.

What You Need

Setup

    • To be written...