Component:CloudServerStatus

From Resonite Wiki
Revision as of 01:43, 4 January 2025 by 989onan (talk | contribs) (tried to add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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

The CloudServerStatus component gets live data about the Resonite cloud by getting the ping data the game engine is sending and receiving from the cloud.

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 The current cloud status.
ResponseTimeMilliseconds raw output of Int How long in milliseconds it took for the server to respond to the last ping.
LastServerUpdateTime raw output of DateTime The last time the server updated
LastServerStateFetch raw output of DateTime The last time the server status was fetched.
LastLocalServerResponseTime raw output of DateTime

Usage

Examples

See Also