m fix link, remove space |
note about always true for host |
||
Line 12: | Line 12: | ||
|}} | |}} | ||
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 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 | 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. | ||
[[Category:ProtoFlux:Users:Status]] | [[Category:ProtoFlux:Users:Status]] | ||
[[Category:ContinuouslyChanging nodes]] | [[Category:ContinuouslyChanging nodes]] |
Revision as of 17:26, 9 October 2025
Is User Lagging
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 True
for the host user.