ProtoFlux:UserLeft: Difference between revisions

From Resonite Wiki
Add OnlyHost input
m YoshBot moved page ProtoFlux:User Left to ProtoFlux:UserLeft: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:39, 21 August 2025

User Left
OnlyHost
OnLeft
LeftUser
World

The User Left node is an event that fires when a user leaves the current world this node is in, as well as providing that user.

Even though this will provide the user, it will only last for as long as this fired, only giving you enough time to check references, clean up anything, and using any of the data therein before the user fully leaves the world. After that point, that user, their references, and their data wont match to anything going forward past this point.

Inputs

OnlyHost (bool)

Should this impulse only run on the host. (Default: true) Will run an impulse for all users when set to false.

Outputs

OnLeft (Call)

Fires when a user leaves the world.

LeftUser (User)

The User that left the world.