Entries for new node types, engine, runtime, renderer etc. versions. |
Fix placement of new nodes to match game. Tag: 2017 source edit |
||
| Line 7: | Line 7: | ||
|UserDownloadSpeed|| Returns the provided [[Type:User|user]]'s current download speed. | |UserDownloadSpeed|| Returns the provided [[Type:User|user]]'s current download speed. | ||
|UserDownloadSpeedMax|| Returns the provided [[Type:User|user]]'s max recorded download speed in this session. | |UserDownloadSpeedMax|| Returns the provided [[Type:User|user]]'s max recorded download speed in this session. | ||
|UserEngineVersion|| Returns the version [[Type:String|string]] of [[FrooxEngine]] that [[Type:User|user]] is using. | |||
|UserFPS|| A [[Type:User|user]]'s current Frames Per Second. | |UserFPS|| A [[Type:User|user]]'s current Frames Per Second. | ||
|UserHeadOutputDevice|| The output device this user is viewing [[Resonite]]. | |UserHeadOutputDevice|| The output device this user is viewing [[Resonite]]. | ||
| Line 16: | Line 17: | ||
|UserQueuedMessages|| Commonly known as a [[Type:User|user]]'s "Queued Packets". | |UserQueuedMessages|| Commonly known as a [[Type:User|user]]'s "Queued Packets". | ||
|UserRecordingVoiceMessage|| Returns if the provided [[Type:User|user]] is currently recording a voice message in their [[Dash|dash]]. | |UserRecordingVoiceMessage|| Returns if the provided [[Type:User|user]] is currently recording a voice message in their [[Dash|dash]]. | ||
|UserRendererName|| Returns the version [[Type:String|string]] of the Renderer being used by [[Type:User|user]]. | |||
|UserRuntimeVersion|| Returns a [[Type:String|string]] containing the version of .NET runtime [[Type:User|user]] is using. | |||
|UserStreamMessages|| Returns the [[Type:User|user]]'s streamed messages. | |UserStreamMessages|| Returns the [[Type:User|user]]'s streamed messages. | ||
|UserTime|| Returns what [[Type:DateTime|time]] it is for the provided [[Type:User|user]]. | |UserTime|| Returns what [[Type:DateTime|time]] it is for the provided [[Type:User|user]]. | ||
| Line 26: | Line 29: | ||
|UserVoiceMode|| Returns the [[Type:VoiceMode|Voice Mode Enum]] of the provided [[Type:User|user]]. | |UserVoiceMode|| Returns the [[Type:VoiceMode|Voice Mode Enum]] of the provided [[Type:User|user]]. | ||
|UserVRActive|| Returns a [[Type:Bool| bool]] for if the provided [[Type:User|user]] is in VR or not. | |UserVRActive|| Returns a [[Type:Bool| bool]] for if the provided [[Type:User|user]] is in VR or not. | ||
}} | }} | ||
[[Category:ProtoFlux:Users]] | [[Category:ProtoFlux:Users]] | ||
Latest revision as of 01:58, 25 November 2025
| Node Name | Description |
|---|---|
| LocalTimeOffset | Gets the Time Offset(Time Span) of the user looking at the node. |
| UserActiveViewTargettingController | The user's way of moving the view around (Desktop only?) |
| UserControlMessages | Returns the user's control messages. |
| UserDeltaMessages | Returns the user's delta messages. |
| UserDownloadedBytes | Returns how many bytes the provided user's has downloaded in total. |
| UserDownloadSpeed | Returns the provided user's current download speed. |
| UserDownloadSpeedMax | Returns the provided user's max recorded download speed in this session. |
| UserEngineVersion | Returns the version string of FrooxEngine that user is using. |
| UserFPS | A user's current Frames Per Second. |
| UserHeadOutputDevice | The output device this user is viewing Resonite. |
| UserNetworkStatistic | Returns the user's network statistics with a given type. |
| UserPacketLoss | Returns the user's estimated number of packets lost during network communication. |
| UserPing | A user's current ping in milliseconds to the Host. |
| UserPlatform | Ex: Linux, Windows, MacOS |
| UserPrimaryHand | The hand this user uses to write with. |
| UserQueuedMessages | Commonly known as a user's "Queued Packets". |
| UserRecordingVoiceMessage | Returns if the provided user is currently recording a voice message in their dash. |
| UserRendererName | Returns the version string of the Renderer being used by user. |
| UserRuntimeVersion | Returns a string containing the version of .NET runtime user is using. |
| UserStreamMessages | Returns the user's streamed messages. |
| UserTime | Returns what time it is for the provided user. |
| UserTimeOffset | Gets the Time Offset(Time Span) of the provided user. |
| UserUploadedBytes | Returns how many bytes the provided user's has uploaded in total. |
| UserUploadSpeed | Returns the provided user's current upload speed. |
| UserUploadSpeedMax | Returns the provided user's max recorded upload speed in this session. |
| UserViewReferenceActive | The active user's view reference. |
| UserViewVoiceActive | The active user's voice. |
| UserVoiceMode | Returns the Voice Mode Enum of the provided user. |
| UserVRActive | Returns a bool for if the provided user is in VR or not. |
Pages in category "ProtoFlux:Users:Info"
The following 29 pages are in this category, out of 29 total.
U
- ProtoFlux:UserActiveViewTargettingController
- ProtoFlux:UserControlMessages
- ProtoFlux:UserDeltaMessages
- ProtoFlux:UserDownloadedBytes
- ProtoFlux:UserDownloadSpeed
- ProtoFlux:UserDownloadSpeedMax
- ProtoFlux:UserEngineVersion
- ProtoFlux:UserFPS
- ProtoFlux:UserHeadOutputDevice
- ProtoFlux:UserNetworkStatistic
- ProtoFlux:UserPacketLoss
- ProtoFlux:UserPing
- ProtoFlux:UserPlatform
- ProtoFlux:UserPrimaryHand
- ProtoFlux:UserQueuedMessages
- ProtoFlux:UserRecordingVoiceMessage
- ProtoFlux:UserRendererName
- ProtoFlux:UserRuntimeVersion
- ProtoFlux:UserStreamMessages
- ProtoFlux:UserTime
- ProtoFlux:UserTimeOffset
- ProtoFlux:UserUploadedBytes
- ProtoFlux:UserUploadSpeed
- ProtoFlux:UserUploadSpeedMax
- ProtoFlux:UserViewReferenceActive
- ProtoFlux:UserViewVoiceActive
- ProtoFlux:UserVoiceMode
- ProtoFlux:UserVRActive