Created a page for the Assign Role node. |
m YoshBot moved page ProtoFlux:Assign Role to ProtoFlux:AssignRole: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 14: | Line 14: | ||
|}} | |}} | ||
The | The '''Assign Role''' node takes in a [[Type:JoinRequestHandle|JoinRequestHandle]] and a role name, and if the [[World|world]] enabled a join verification system using the [[ProtoFlux:Verify Join Request|Verify Join Request]] node, this node will run and set the [[User|user's]] role in this world. | ||
== Inputs == | == Inputs == | ||
Line 26: | Line 26: | ||
The handle for the join verification system. | The handle for the join verification system. | ||
=== RoleName ([[Type:string| | === RoleName ([[Type:string|String]]) === | ||
The role to set this user. | The role to set this user. |
Latest revision as of 23:40, 20 August 2025
Assign Role
Security
The Assign Role node takes in a JoinRequestHandle and a role name, and if the world enabled a join verification system using the Verify Join Request node, this node will run and set the user's role in this world.
Inputs
* (Call)
Calls an impulse to set the user's role in the world.
Handle (JoinRequestHandle)
The handle for the join verification system.
RoleName (String)
The role to set this user.
Outputs
Next (Continuation)
Continue the code from here.