AsbestosJohn (talk | contribs) |
Automated: update Fields |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
{{stub}} | {{stub}} | ||
{{Infobox Component | {{Infobox Component | ||
|Image= | |Image=OnlineStatisticsComponent.png | ||
|Name=Online | |Name=Online Statistics | ||
}} | }} | ||
Line 11: | Line 11: | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|RegisteredOnlineUsers|Nullable`1| | |Timestamp|{{RootFieldType|RawOutput`1|[[Type:DateTime|DateTime]]}}|TypeAdv0=true| | ||
| | |VisibleSessions|{{RootFieldType|(nested)|[[#SessionStats|SessionStats]]}}|TypeAdv1=true| | ||
| | |HiddenSessions|{{RootFieldType|(nested)|[[#SessionStats|SessionStats]]}}|TypeAdv2=true| | ||
| | |ActiveVisibleSessions|{{RootFieldType|(nested)|[[#SessionStats|SessionStats]]}}|TypeAdv3=true| | ||
| | |ActiveHiddenSessions|{{RootFieldType|(nested)|[[#SessionStats|SessionStats]]}}|TypeAdv4=true| | ||
| | |RegisteredOnlineUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv5=true|How many users with a Resonite account are online | ||
|HeadlessUsers|Nullable`1| | |TotalOnlineUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv6=true|How many users are online in total | ||
| | |PresentUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv7=true| | ||
|AwayUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv8=true| | |||
|UsersInVR|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv9=true| | |||
|UsersInScreen|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv10=true| | |||
|UsersOnDesktop|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv11=true| | |||
|UsersOnMobile|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv12=true| | |||
|UsersInVisiblePublicSessions|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv13=true| | |||
|UsersInVisibleSemiAccessibleSessions|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv14=true| | |||
|UsersInHiddenSessions|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv15=true| | |||
|UsersInPrivateSessions|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv16=true| | |||
|UsersInPrivate|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv17=true| | |||
|UsersInLAN|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv18=true| | |||
|UsersInContacts|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv19=true| | |||
|UsersInContactsPlus|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv20=true| | |||
|UsersInRegistered|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv21=true| | |||
|UsersInPublic|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv22=true|How many users are currently online in public sessions | |||
|GraphicalClientUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv23=true| | |||
|ChatClientUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv24=true| | |||
|HeadlessUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv25=true|How many of the online users are [[Headless_Client|Headless Accounts]] | |||
|BotUsers|{{RootFieldType|RawOutput`1|[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>}}|TypeAdv26=true| | |||
}} | }} | ||
<!--T:3--> | <!--T:3--> | ||
== Usage == | == Usage == | ||
Line 32: | Line 50: | ||
</translate> | </translate> | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components{{#translation:}}|Online | [[Category:Components{{#translation:}}|Online Statistics]] | ||
[[Category:Components:Cloud:Indicators{{#translation:}}|Online | [[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
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> |