ProtoFlux:User Left

From Resonite Wiki
Revision as of 14:17, 14 April 2024 by AmasterAmaster (talk | contribs) (Created a page for the User Left node. Plus added a warning to let people know this is the last chance for getting user data with this node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
User Left
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.

Outputs

OnLeft (Call)

Fires when a user leaves the world.

LeftUser (User)

The User that left the world.