ProtoFlux:User From ID: Difference between revisions

From Resonite Wiki
Created a page for the User From ID node.
 
Created a page for the User Machine ID node.
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=User From ID
|Name=User Machine ID
|Category=Users
|Category=Users
|Inputs=
|Inputs=
[
[
{"Name":"UserId", "Type":"String"},
{"Name":"User", "Type":"User"}
{"Name":"MachineId", "Type":"String"}
]
]
|Outputs=
|Outputs=
[
[
{"Name":"*", "Type":"User"}
{"Name":"*", "Type":"String"}
]
]
|}}
|}}


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.
The <code>User Machine ID</code> node returns a machine ID from a user.


== Inputs ==
== Inputs ==


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


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


== Outputs ==
== Outputs ==


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


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


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

Revision as of 01:09, 15 April 2024

User Machine ID
User
*
Users

The User Machine ID node returns a machine ID from a user.

Inputs

User (User)

The user we want the machine ID from.

Outputs

* (String)

The machine ID from the user.