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 | |Name=User From ID | ||
|Category=Users | |Category=Users | ||
|Inputs= | |Inputs= | ||
[ | [ | ||
{"Name":" | {"Name":"UserId", "Type":"String"}, | ||
{"Name":"MachineId", "Type":"String"} | |||
] | ] | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{"Name":"*", "Type":" | {"Name":"*", "Type":"User"} | ||
] | ] | ||
|}} | |}} | ||
The <code>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 == | ||
=== | === UserId ([[String]]) === | ||
The user | The user ID to target user. | ||
=== MachineId ([[String]]) === | |||
The machine ID to target user. | |||
== Outputs == | == Outputs == | ||
=== * ([[ | === * ([[User]]) === | ||
The | The user that is found. | ||
[[Category:ProtoFlux:Users]] | [[Category:ProtoFlux:Users]] |