ProtoFlux:IsUserLagging: Difference between revisions

From Resonite Wiki
note about always true for host
m false
 
Line 24: Line 24:
=== * ([[Type:bool|bool]]) ===
=== * ([[Type:bool|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 <code>True</code> for the host user.
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.