Automated: update Fields |
add info |
||
Line 3: | Line 3: | ||
|Name=Proto Flux Node Debug Info | |Name=Proto Flux Node Debug Info | ||
}} | }} | ||
The '''ProtoFluxNodeDebugInfo''' component is used to gather Debug Info on a particular [[ProtoFlux]] node and it's group. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Node|ProtoFluxNode| | |Node|ProtoFluxNode| The ProtoFlux node to get Debug Info on. | ||
|IsBuilt|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv1=true| | |IsBuilt|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv1=true| Whether the protoflux node group this is in is built. | ||
|IndexInGroup|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv2=true| | |IndexInGroup|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv2=true| The node's position in its group. | ||
|AllocationIndex|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv3=true| | |AllocationIndex|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv3=true| The allocation index of this node in its group. | ||
|GroupName|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv4=true| | |GroupName|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv4=true| The autogenerated name of the node group. | ||
|GroupIsValid|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv5=true| | |GroupIsValid|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv5=true| Whether the group this node is a part of is valid. | ||
|GroupNodeCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv6=true| | |GroupNodeCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv6=true| The number of nodes in the group this node is a part of. | ||
|NodeInstanceHash|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv7=true| | |NodeInstanceHash|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv7=true| The hash of this node instance. | ||
|GroupRegisteredForContinuousChanges|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv8=true| | |GroupRegisteredForContinuousChanges|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv8=true| Whether the group this node is a part of is registered for continuous changes. See [[ContinuouslyChanging]] | ||
|GroupRegisteredForUpdates|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv9=true| | |GroupRegisteredForUpdates|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv9=true| Whether this group is registered for updates. | ||
|NodeContinuouslyChanging|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv10=true| | |NodeContinuouslyChanging|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv10=true| Whether the node this component is debugging is continously changing itself. See [[ContinuouslyChanging]]. | ||
}} | }} | ||
== | == Usage == | ||
{{stub}} | |||
== Examples == | == Examples == | ||
{{stub}} | |||
== See Also == | == See Also == | ||
* [[ProtoFlux:Link]] for a starting point on what ProtoFlux groups are. | |||
* [[ContinuouslyChanging]] on what continously changing means for what this component is reporting. | |||
[[Category:Components:ProtoFlux:Debug{{#translation:}}|Proto Flux Node Debug Info]] | [[Category:Components:ProtoFlux:Debug{{#translation:}}|Proto Flux Node Debug Info]] | ||
[[Category:Components{{#translation:}}|Proto Flux Node Debug Info]] | [[Category:Components{{#translation:}}|Proto Flux Node Debug Info]] | ||
Revision as of 19:31, 31 January 2025
Component image 
Proto Flux Node Debug Info component as seen in the Scene Inspector

The ProtoFluxNodeDebugInfo component is used to gather Debug Info on a particular ProtoFlux node and it's group.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Node
|
ProtoFluxNode | The ProtoFlux node to get Debug Info on. |
IsBuilt
|
raw output of Bool | Whether the protoflux node group this is in is built. |
IndexInGroup
|
raw output of Int | The node's position in its group. |
AllocationIndex
|
raw output of Int | The allocation index of this node in its group. |
GroupName
|
raw output of String | The autogenerated name of the node group. |
GroupIsValid
|
raw output of Bool | Whether the group this node is a part of is valid. |
GroupNodeCount
|
raw output of Int | The number of nodes in the group this node is a part of. |
NodeInstanceHash
|
raw output of Int | The hash of this node instance. |
GroupRegisteredForContinuousChanges
|
raw output of Bool | Whether the group this node is a part of is registered for continuous changes. See ContinuouslyChanging |
GroupRegisteredForUpdates
|
raw output of Bool | Whether this group is registered for updates. |
NodeContinuouslyChanging
|
raw output of Bool | Whether the node this component is debugging is continously changing itself. See ContinuouslyChanging. |
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
See Also
- ProtoFlux:Link for a starting point on what ProtoFlux groups are.
- ContinuouslyChanging on what continously changing means for what this component is reporting.