Get Component Enabled
Components
The Get Component Enabled is a ProtoFlux node that takes an IComponent and gets if it's enabled or not.
Inputs
Component (IComponent)
The IComponent to check the enabled field for.
Outputs
* (bool)
Whether the provided Component (IComponent) is enabled or not.