ProtoFlux:Deny Join: Difference between revisions

From Resonite Wiki
Created a page for the Deny Join node.
 
Missed a couple of things.
 
Line 14: Line 14:
|}}
|}}


The <code>Deny Join</code> node takes in a [[Type:JoinRequestHandle|JoinRequestHandle]], 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 <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.


== Inputs ==
== Inputs ==
Line 20: Line 20:
=== * ([[Impulses|Call]]) ===  
=== * ([[Impulses|Call]]) ===  


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


=== Handle ([[Type:JoinRequestHandle|JoinRequestHandle]]) ===
=== Handle ([[Type:JoinRequestHandle|JoinRequestHandle]]) ===


The handle for the join verification system.
The handle for the join verification system.
=== DenyReason ([[Type:string|string]]) ===
The reason why a user is not allowed to join.


== Outputs ==
== Outputs ==

Latest revision as of 04:01, 24 May 2024

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, 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.