ProtoFlux:Deny Join: Difference between revisions

From Resonite Wiki
Missed a couple of things.
Updated description to be more clear. Added links.
 
Line 14: Line 14:
|}}
|}}


The <code>Deny Join</code> node takes in a [[Type:JoinRequestHandle|JoinRequestHandle]] and a deny reason, and if the world enabled a join verification system, this node will run and deny the user from joining and gives them a reason why.
The '''Deny Join''' node takes in a [[Type:JoinRequestHandle|JoinRequestHandle]] and a deny reason, 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 deny the [[User|user]] from joining and gives them a reason why.


== Inputs ==
== Inputs ==
Line 26: Line 26:
The handle for the join verification system.
The handle for the join verification system.


=== DenyReason ([[Type:string|string]]) ===
=== DenyReason ([[Type:string|String]]) ===


The reason why a user is not allowed to join.
The reason why a user is not allowed to join.

Latest revision as of 05:18, 2 July 2025

Deny Join
*
Next
Handle
DenyReason
Security

The Deny Join node takes in a JoinRequestHandle and a deny reason, and if the world enabled a join verification system using the Verify Join Request node, this node will run and deny the user from joining and gives them a reason why.

Inputs

* (Call)

Calls an impulse to deny the user from joining the world.

Handle (JoinRequestHandle)

The handle for the join verification system.

DenyReason (String)

The reason why a user is not allowed to join.

Outputs

Next (Continuation)

Continue the code from here.