ProtoFlux:Allocating User: Difference between revisions

From Resonite Wiki
Created a page for the Allocating User node.
 
I immediately found my own typos, oof...
 
Line 12: Line 12:
|}}
|}}


The <code>Allocating User</code> node takes in an [[Type:IWorldElement|IWorldElement]] and returns with the user that allocated (spwned/created) it.
The <code>Allocating User</code> node takes in an [[Type:IWorldElement|IWorldElement]] and returns with the user that allocated (spawned/created) it.


== Inputs ==
== Inputs ==
Line 24: Line 24:
=== * ([[Type:User|User]]) ===
=== * ([[Type:User|User]]) ===


Returns the user that spwned out the world element.
Returns the user that spawned out the world element.


[[Category:ProtoFlux:References]]
[[Category:ProtoFlux:References]]

Latest revision as of 23:00, 22 May 2024

Allocating User
Element
*
References

The Allocating User node takes in an IWorldElement and returns with the user that allocated (spawned/created) it.

Inputs

Element (IWorldElement)

The world element that was spawned/created.

Outputs

* (User)

Returns the user that spawned out the world element.