AsbestosJohn (talk | contribs) |
m Spelling fix and small amount of info |
||
Line 8: | Line 8: | ||
}} | }} | ||
== Introduction == | |||
== | |||
The SessionInfoSource component can be used to receive an assortment of useful information from an inputted SessionId. | |||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
Line 38: | Line 37: | ||
<!--T:4--> | <!--T:4--> | ||
== | == Usage == | ||
The SessionInfoSource component can give us the name, description, tags, and many other useful pieces of information about a session from an inputted SessionId. The current SessionId can be obtained using the WorldSessionID ProtoFlux node. | |||
== Examples == | == Examples == | ||
Revision as of 01:51, 14 January 2024
<translate>
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
Introduction
The SessionInfoSource component can be used to receive an assortment of useful information from an inputted SessionId.
Usage
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. |
SessionId
|
String | |
IsOpen
|
Bool | |
LastUpdated
|
DateTime | |
Name
|
String | |
Description
|
String | |
Tags
|
String | |
CorrespondingRecordId
|
String | |
CorrespondingOwnerId
|
String | |
HostUserId
|
String | |
HostUsername
|
String | |
AppVersion
|
String | |
HeadlessHost
|
Bool | |
SessionURLs
|
String | |
Thumbnail
|
String | |
JoinedUsers
|
Int | |
ActiveUsers
|
Int | |
MaximumUsers
|
Int | |
MobileFriendly
|
Bool | |
AccessLevel
|
SessionAccessLevel | |
IsOnLAN
|
Bool |
Usage
The SessionInfoSource component can give us the name, description, tags, and many other useful pieces of information about a session from an inputted SessionId. The current SessionId can be obtained using the WorldSessionID ProtoFlux node.
Examples
Related Components
</translate>