Component:OnlineStatistics: Difference between revisions

From Resonite Wiki
imported>Mysticporo
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=OnlineUsersCountComponent.png |Name=Online Users Count }} <!--T:2--> == Fields == {{Table C..."
 
Automated: update Fields
 
(6 intermediate revisions by 3 users not shown)
Line 4: Line 4:
{{stub}}
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=OnlineUsersCountComponent.png
|Image=OnlineStatisticsComponent.png
|Name=Online Users Count
|Name=Online Statistics
}}
}}


Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|RegisteredOnlineUsers|Nullable`1|TypeString0=Int?|
|Timestamp|{{RootFieldType|RawOutput`1|[[Type:DateTime|DateTime]]}}|TypeAdv0=true|
|UsersInPublic|Nullable`1|TypeString1=Int?|
|VisibleSessions|{{RootFieldType|(nested)|[[#SessionStats|SessionStats]]}}|TypeAdv1=true|
|NonHeadlessOnlineUsers|Nullable`1|TypeString2=Int?|
|HiddenSessions|{{RootFieldType|(nested)|[[#SessionStats|SessionStats]]}}|TypeAdv2=true|
|TotalOnlineUsers|Nullable`1|TypeString3=Int?|
|ActiveVisibleSessions|{{RootFieldType|(nested)|[[#SessionStats|SessionStats]]}}|TypeAdv3=true|
|VRUsers|Nullable`1|TypeString4=Int?|
|ActiveHiddenSessions|{{RootFieldType|(nested)|[[#SessionStats|SessionStats]]}}|TypeAdv4=true|
|ScreenUsers|Nullable`1|TypeString5=Int?|
|RegisteredOnlineUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv5=true|How many users with a Resonite account are online
|HeadlessUsers|Nullable`1|TypeString6=Int?|
|TotalOnlineUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv6=true|How many users are online in total
|MobileUsers|Nullable`1|TypeString7=Int?|
|PresentUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv7=true|
|AwayUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv8=true|
|UsersInVR|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv9=true|
|UsersInScreen|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv10=true|
|UsersOnDesktop|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv11=true|
|UsersOnMobile|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv12=true|
|UsersInVisiblePublicSessions|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv13=true|
|UsersInVisibleSemiAccessibleSessions|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv14=true|
|UsersInHiddenSessions|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv15=true|
|UsersInPrivateSessions|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv16=true|
|UsersInPrivate|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv17=true|
|UsersInLAN|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv18=true|
|UsersInContacts|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv19=true|
|UsersInContactsPlus|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv20=true|
|UsersInRegistered|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv21=true|
|UsersInPublic|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv22=true|How many users are currently online in public sessions
|GraphicalClientUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv23=true|
|ChatClientUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv24=true|
|HeadlessUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv25=true|How many of the online users are [[Headless_Client|Headless Accounts]]
|BotUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]&lt;[[Type:Int|Int]]&gt;}}|TypeAdv26=true|
}}
}}


Line 31: Line 50:
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Online Users Count]]
[[Category:Components{{#translation:}}|Online Statistics]]
[[Category:Components:Cloud:Indicators{{#translation:}}|Online Users Count]]
[[Category:Components With Nested Types{{#translation:}}|Online Statistics]]
[[Category:Components:Cloud:Indicators{{#translation:}}|Online Statistics]]

Latest revision as of 22:46, 3 March 2024


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


Component image 
Online Statistics 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.
Timestamp raw output of DateTime
VisibleSessions direct SessionStats
HiddenSessions direct SessionStats
ActiveVisibleSessions direct SessionStats
ActiveHiddenSessions direct SessionStats
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>
AwayUsers raw output of Nullable`1<Int>
UsersInVR raw output of Nullable`1<Int>
UsersInScreen raw output of Nullable`1<Int>
UsersOnDesktop raw output of Nullable`1<Int>
UsersOnMobile raw output of Nullable`1<Int>
UsersInVisiblePublicSessions raw output of Nullable`1<Int>
UsersInVisibleSemiAccessibleSessions raw output of Nullable`1<Int>
UsersInHiddenSessions raw output of Nullable`1<Int>
UsersInPrivateSessions raw output of Nullable`1<Int>
UsersInPrivate raw output of Nullable`1<Int>
UsersInLAN raw output of Nullable`1<Int>
UsersInContacts raw output of Nullable`1<Int>
UsersInContactsPlus raw output of Nullable`1<Int>
UsersInRegistered raw output of Nullable`1<Int>
UsersInPublic raw output of Nullable`1<Int> How many users are currently online in public sessions
GraphicalClientUsers raw output of Nullable`1<Int>
ChatClientUsers raw output of Nullable`1<Int>
HeadlessUsers raw output of Nullable`1<Int> How many of the online users are Headless Accounts
BotUsers raw output of Nullable`1<Int>

Usage

Examples

Related Components