ProtoFlux:IsUserLagging: Difference between revisions

From Resonite Wiki
create
 
m false
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=Is User Lagging
|Name=Is User Lagging
|Category=Users
|Category=Status
|Inputs=
|Inputs=
[
[
Line 12: Line 12:
|}}
|}}


The '''Is User Lagging''' node was added during the [https://wiki.resonite.com/Beta_2025.4.1.438 April Fools' update] to detect if a user was "Lagging". In reality, this node returns whether the last synchronization message received by the specified <code>User</code> was more than 1.5 seconds ago.
The '''IsUserLagging''' node was added during the [[Beta_2025.4.1.438|2025 April Fools' update]] to detect if a user was "Lagging". In reality, this node returns whether the last synchronization message received by the host from the specified <code>User</code> was more than 1.5 seconds ago.


== Inputs ==
== Inputs ==
Line 24: Line 24:
=== * ([[Type:bool|bool]]) ===
=== * ([[Type:bool|bool]]) ===


Returns whether the user is "lagging", or if the last synchronization message received from them was more than 1.5 seconds ago.
Returns whether the user is "lagging", or if the last synchronization message received by the host from the user was more than 1.5 seconds ago. This output will always be <code>False</code> for the host user.


[[Category:ProtoFlux:Users:Status]]
[[Category:ProtoFlux:Users:Status]]
[[Category:ContinuouslyChanging nodes]]
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 17:33, 9 October 2025

Is User Lagging
User
*
Status

The IsUserLagging node was added during the 2025 April Fools' update to detect if a user was "Lagging". In reality, this node returns whether the last synchronization message received by the host from the specified User was more than 1.5 seconds ago.

Inputs

User (User)

The user to check.

Outputs

* (bool)

Returns whether the user is "lagging", or if the last synchronization message received by the host from the user was more than 1.5 seconds ago. This output will always be False for the host user.