Component:AppVersion

From Resonite Wiki
Component image 
App Version component as seen in the Scene Inspector

App version is a component that updates it's fields with the live information of Resonite's version.

Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
VersionNumber raw output of String The version number of Resonite. usually formatted year.month.day.minute. The minute part of the version is the minute from midnight UTC the version was compiled.
VersionName raw output of String The name of the version of Resonite. Usually this is "Beta", "Alpha" or "Release" followed by VersionNumber
FullVersionString raw output of String Usually the same as VersionNumber
BuildYear raw output of Int The year Resonite was compiled.
BuildMonth raw output of Int The month Resonite was compiled.
BuildDay raw output of Int The day Resonite was compiled.
BuildTimeOfDay raw output of Int The amount of minutes since midnight UTC.

Behavior

The fields are "Sudo Driven" or constantly being written to. Attempting to change a field makes it instantly change back and not send an update event.

Examples

See Also