Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Editing Binary Variables

JasonJonesLASM edited this page Dec 17, 2020 · 1 revision

Binary Variables have a lot of overlap with the current variables system. Just like creating a Binary Save, you can also create them directly within the creation of a save, or when saving itself.

On Create and Save

Both assigning variables on create, and on save behave the exact same. Simply change the headers count variable to assign how many you want to fill out. Each will lay out a string port for the name, and an object port for the the value.

Variables On Create

Variables On Save

External Variables

At this time, variables cannot be edited in the inspector like tradition variables. To modify the variables, we work with the same exact kind of units as other variables. They behave the same, minus the drop downs. Setting a non existing variable will add it on set, or override the current value.

Set Variable

Getting a Binary Variable.

Get Variable

Checking if a Binary Save has a variable.

Has Variable

Unlike other variables, we allow for variables to be removed from a Binary Save. Since Binary Saves are not like tradition variables, they are not constructs. You may choose to alter the data in the save files. For convenience, it allows you to simply remove the variable instead of recreating the entire Binary Save based on the old data.

Remove Variable

Clone this wiki locally