Component:CloudServerStatus: Difference between revisions

From Resonite Wiki
imported>Mysticporo
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=CloudServerStatusComponent.png |Name=Cloud Server Status }} <!--T:2--> == Fields == {{Table..."
 
Automated: update component fields
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Status|ServerStatus|
|Status|{{RootFieldType|RawOutput`1|[[Type:ServerStatus|ServerStatus]]}}|TypeAdv0=true|
|ResponseTimeMilliseconds|Int|
|ResponseTimeMilliseconds|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv1=true|
|LastServerUpdateTime|DateTime|
|LastServerUpdateTime|{{RootFieldType|RawOutput`1|[[Type:DateTime|DateTime]]}}|TypeAdv2=true|
|LastServerStateFetch|DateTime|
|LastServerStateFetch|{{RootFieldType|RawOutput`1|[[Type:DateTime|DateTime]]}}|TypeAdv3=true|
|LastLocalServerResponseTime|DateTime|
|LastLocalServerResponseTime|{{RootFieldType|RawOutput`1|[[Type:DateTime|DateTime]]}}|TypeAdv4=true|
}}
}}



Latest revision as of 10:32, 1 March 2024


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


Component image 
Cloud Server Status component as seen in the Scene Inspector


Fields

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.
Status raw output of ServerStatus
ResponseTimeMilliseconds raw output of Int
LastServerUpdateTime raw output of DateTime
LastServerStateFetch raw output of DateTime
LastLocalServerResponseTime raw output of DateTime

Usage

Examples

Related Components