ProtoFlux:UserFromUsername: Difference between revisions

From Resonite Wiki
m fix typo
m YoshBot moved page ProtoFlux:User From Username to ProtoFlux:UserFromUsername: Automated: removing spaces from ProtoFlux namespace
 
(2 intermediate revisions by 2 users not shown)
Line 39: Line 39:


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

Latest revision as of 00:39, 21 August 2025

User From Username
Username
*
IgnoreCase
AllowPartialMatch
Users

This node returns a user object from a username.

This will only work for users present in the session.

Inputs

Username (String)

The username of the user you need.

IgnoreCase (bool)

Ignore case. For instance, using FrOoXiUs would still match Frooxius.

AllowPartialMatch (bool)

Allow for partial matches. For instance, using Froox as an input would still match Frooxius.

Outputs

* (User)

A user object that satisfies this node's input requirements.