ProtoFlux:User From ID: Difference between revisions

From Resonite Wiki
Created a page for the User Machine ID node.
Added category: ContinuouslyChanging nodes
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=User Machine ID
|Name=User From ID
|Category=Users
|Category=Users
|Inputs=
|Inputs=
[
[
{"Name":"User", "Type":"User"}
{"Name":"UserId", "Type":"String"},
{"Name":"MachineId", "Type":"String"}
]
]
|Outputs=
|Outputs=
[
[
{"Name":"*", "Type":"String"}
{"Name":"*", "Type":"User"}
]
]
|}}
|}}


The <code>User Machine ID</code> node returns a machine ID from a user.
The <code>User From ID</code> node takes in a user ID and/or machine ID and returns with a user. This only works for users in the same session.


== Inputs ==
== Inputs ==


=== User ([[User]]) ===  
=== UserId ([[String]]) ===  


The user we want the machine ID from.
The user ID to target user.
 
=== MachineId ([[String]]) ===
 
The machine ID to target user.


== Outputs ==
== Outputs ==


=== * ([[String]]) ===
=== * ([[User]]) ===


The machine ID from the user.
The user that is found.


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

Latest revision as of 06:53, 27 May 2025

User From ID
UserId
*
MachineId
Users

The User From ID node takes in a user ID and/or machine ID and returns with a user. This only works for users in the same session.

Inputs

UserId (String)

The user ID to target user.

MachineId (String)

The machine ID to target user.

Outputs

* (User)

The user that is found.