Created a page for the User Joined node. |
m YoshBot moved page ProtoFlux:User Joined to ProtoFlux:UserJoined: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
|Name=User Joined | |Name=User Joined | ||
|Category=World | |Category=World | ||
|Inputs= | |||
[ | |||
{"Name":"OnlyHost", "Type":"bool"} | |||
] | |||
|Outputs= | |Outputs= | ||
[ | [ | ||
Line 10: | Line 14: | ||
The <code>User Joined</code> node is an event that fires when a user joins the current world this node is in, as well as providing that user. | The <code>User Joined</code> node is an event that fires when a user joins the current world this node is in, as well as providing that user. | ||
== Inputs == | |||
=== OnlyHost ([[Types:Bool|bool]]) === | |||
Should this impulse only run on the host. (Default: true) Will run an impulse for all users when set to false. | |||
== Outputs == | == Outputs == |
Latest revision as of 00:39, 21 August 2025
User Joined
World
The User Joined
node is an event that fires when a user joins the current world this node is in, as well as providing that user.
Inputs
OnlyHost (bool)
Should this impulse only run on the host. (Default: true) Will run an impulse for all users when set to false.
Outputs
OnJoined (Call)
Fires when a user joins the world.
JoinedUser (User)
The User that joined the world.