Get Component Enabled
Components
Get Component Enabled is a ProtoFlux node 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.
Examples
-
Using Get Component Enabled to check if an equipped tool's component is enabled.