Self

Self Node

The Self Node provides a reference to whatever the current logic graph is running on.

Depending on where the graph is defined, this may be an Object Instance, a Location, a Screen, or the Game Logic.

This is useful when passing the current logic context into nodes that accept a Ref input, especially when the graph also works with other references and you want to make the current context explicit.


Ports

Ref

A reference output port that provides the current logic context. For object logic this is the object instance; for room logic this is the location using the room; for screen logic this is the screen; for global logic this is the game logic context.