ProtoFlux:User From Username: Difference between revisions

From Resonite Wiki
fix type links
m fix typo
Line 24: Line 24:
The username of the user you need.
The username of the user you need.


=== IgnoreCase ([[Type:Bool|bool])===
=== IgnoreCase ([[Type:Bool|bool]])===


Ignore case. For instance, using <code>FrOoXiUs</code> would still match <code>Frooxius</code>.
Ignore case. For instance, using <code>FrOoXiUs</code> would still match <code>Frooxius</code>.


=== AllowPartialMatch ([[Type:Bool|bool])===
=== AllowPartialMatch ([[Type:Bool|bool]])===


Allow for partial matches. For instance, using <code>Froox</code> as an input would still match <code>Frooxius</code>.
Allow for partial matches. For instance, using <code>Froox</code> as an input would still match <code>Frooxius</code>.
Line 34: Line 34:
== Outputs ==
== Outputs ==


=== * ([[Type:User | user]]) ===
=== * ([[Type:User |User]]) ===


A [[Type:User|user]] object that satisfies this node's input requirements.
A [[Type:User|user]] object that satisfies this node's input requirements.


[[Category:ProtoFlux:Users]]
[[Category:ProtoFlux:Users]]

Revision as of 18:54, 15 January 2024

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.