Automated: create new component page |
add info |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
|Name=Proto Flux Operation Proxy | |Name=Proto Flux Operation Proxy | ||
}} | }} | ||
The '''ProtoFluxOperationProxy''' component is used to allow plugging impulse wires into protoflux visuals. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Node | |Node|ProtoFluxNode| The protoflux node this is pointing to. | ||
|ElementName|String| | |ElementName|String| The name of the input this is targeting. | ||
|IsDynamic|Bool| | |IsDynamic|Bool| Whether or not this is dynamic. | ||
|Index|Int| | |Index|Int| The index from top to bottom of the node's inputs. | ||
|ConnectPoint|Slot| | |ConnectPoint|Slot| The point the wire should connect to. | ||
|NodeOperation|INodeOperation| | |NodeOperation|INodeOperation| The node operation target (impulse target) this is a connector for. | ||
|IsAsync|Bool| | |IsAsync|Bool| Whether the impulse input type is async. | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == | ||
Line 24: | Line 24: | ||
[[Category:Components:Uncategorized{{#translation:}}|Proto Flux Operation Proxy]] | [[Category:Components:Uncategorized{{#translation:}}|Proto Flux Operation Proxy]] | ||
[[Category:Components{{#translation:}}|Proto Flux Operation Proxy]] | [[Category:Components{{#translation:}}|Proto Flux Operation Proxy]] | ||
Latest revision as of 01:40, 1 August 2025
Component image 
Proto Flux Operation Proxy component as seen in the Scene Inspector

The ProtoFluxOperationProxy component is used to allow plugging impulse wires into protoflux visuals.
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 this is pointing to. |
ElementName
|
String | The name of the input this is targeting. |
IsDynamic
|
Bool | Whether or not this is dynamic. |
Index
|
Int | The index from top to bottom of the node's inputs. |
ConnectPoint
|
Slot | The point the wire should connect to. |
NodeOperation
|
INodeOperation | The node operation target (impulse target) this is a connector for. |
IsAsync
|
Bool | Whether the impulse input type is async. |