Component:CloudServerStatus: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page CloudServerStatus (Component) to Component:CloudServerStatus: Creating component Namespace
Automated: update component fields
 
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