ProtoFlux:User From ID: Difference between revisions

From Resonite Wiki
Created a page for the User Machine ID node.
Undo revision 81308 by AmasterAmaster (talk) Reverting becuase I made a mistake. Whoops. This should fix it.
Tag: Undo
 
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]]

Latest revision as of 01:15, 15 April 2024

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.