Component:OnlineStatistics

From Resonite Wiki
(Redirected from Component:OnlineUsersCount)
This page contains changes which are not marked for translation.
Component image 
Online Statistics component as seen in the Scene Inspector

The OnlineStatistics component shows information about current session numbers and the number of users in them.

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. Some components stop their functionality when this field is disabled, but some don't.
Timestamp raw output of DateTime The last time the component got the online statistics successfully.
VisibleSessions direct SessionStats Statistics of visible sessions.
HiddenSessions direct SessionStats Statistics of hidden sessions.
ActiveVisibleSessions direct SessionStats Statistics of visible sessions with users active in them.
ActiveHiddenSessions direct SessionStats Statistics of hidden sessions with users active in them.
RegisteredOnlineUsers raw output of Nullable`1<Int> How many users with a Resonite account are online
TotalOnlineUsers raw output of Nullable`1<Int> How many users are online in total
PresentUsers raw output of Nullable`1<Int> How many users are at their keyboard or in headset.
AwayUsers raw output of Nullable`1<Int> How many users have their status set to away?
UsersInVR raw output of Nullable`1<Int> How many users are in VR?
UsersInScreen raw output of Nullable`1<Int> How many users are in screen mode?
UsersOnDesktop raw output of Nullable`1<Int> How many users are on desktop?
UsersOnMobile raw output of Nullable`1<Int> How many users are using the mobile binary of the game?
UsersInVisiblePublicSessions raw output of Nullable`1<Int> How many users are in visible sessions?
UsersInVisibleSemiAccessibleSessions raw output of Nullable`1<Int> How many users are in semi accessible sessions like contacts or contacts plus?
UsersInHiddenSessions raw output of Nullable`1<Int> How many users are in hidden sessions
UsersInPrivateSessions raw output of Nullable`1<Int> How many users are in private sessions?
UsersInPrivate raw output of Nullable`1<Int> How many users are in private?
UsersInLAN raw output of Nullable`1<Int> How many users are in Local Access Network sessions?
UsersInContacts raw output of Nullable`1<Int> How many users are in contacts sessions?
UsersInContactsPlus raw output of Nullable`1<Int> How many users are in contacts plus sessions?
UsersInRegistered raw output of Nullable`1<Int> How many users are in sessions that require a logged in user? (Not nessarily resonite account because SAML)
UsersInPublic raw output of Nullable`1<Int> How many users are currently online in public sessions
GraphicalClientUsers raw output of Nullable`1<Int> How many users are not headlesses
ChatClientUsers raw output of Nullable`1<Int> How many users are using chat clients? (Like recon)
HeadlessUsers raw output of Nullable`1<Int> How many of the online users are Headless Accounts
BotUsers raw output of Nullable`1<Int> How many users are bot accounts (occasionally 1 when the resonite bot is online)

SessionStats

Fields
Name Type Description
PublicSessions raw output of Nullable`1<Int> How many public sessions are in this category?
RegisteredSessions raw output of Nullable`1<Int> How many sessions open only to registered users are in this category?
ContactsPlusSessions raw output of Nullable`1<Int> How many sessions open only to contacts of contacts are in this category?
ContactsSessions raw output of Nullable`1<Int> How many sessions open to only contacts of the host are in this category?
LANSessions raw output of Nullable`1<Int> How many sessions that are Local access network sessions are in this category?
PrivateSessions raw output of Nullable`1<Int> How many sessions that are invite only are in this category?

Usage

Can be used to get session statistic data or make a hermit counter.

Examples

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


See Also