Component:AppVersionDriver: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=App Version Driver
|Name=App Version Driver
}}
}}
{{stub}}
App version driver is a component that drives the content of the string field provided to <code>Text</code> to Resonite's version.


== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Text|{{RootFieldType|FieldDrive`1|[[Type:String|String]]}}|TypeAdv0=true|
|Text|{{RootFieldType|FieldDrive`1|[[Type:String|String]]}}|TypeAdv0=true| Drives the provided text field's content to Resonite's version. The text is formatted starting with "Beta", "Alpha", or "Release", followed by the game's compile date. The date is formatted <code>year.day.month.minuteOfDay</code>. Minute of day is the minutes since midnight. The time is in UTC.
}}
}}


Line 18: Line 18:
[[Category:Components:Uncategorized{{#translation:}}|App Version Driver]]
[[Category:Components:Uncategorized{{#translation:}}|App Version Driver]]
[[Category:Components{{#translation:}}|App Version Driver]]
[[Category:Components{{#translation:}}|App Version Driver]]
[[Category:ComponentStubs]]

Latest revision as of 21:41, 26 July 2024

Component image 
App Version Driver component as seen in the Scene Inspector

App version driver is a component that drives the content of the string field provided to Text to 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.
Text field drive of String Drives the provided text field's content to Resonite's version. The text is formatted starting with "Beta", "Alpha", or "Release", followed by the game's compile date. The date is formatted year.day.month.minuteOfDay. Minute of day is the minutes since midnight. The time is in UTC.

Behavior

Examples

See Also