Automated: update Categories |
template, repair page |
||
Line 1: | Line 1: | ||
{{Infobox Component | |||
{{ | |Image=RawDataToolComponent.png | ||
|Name=Raw Data Tool | |||
}} | |||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|_equipLink|{{RootFieldType|LinkTarget`1|[[Type:ITool|ITool]]}}|TypeAdv0=true|{{ | |_equipLink|{{RootFieldType|LinkTarget`1|[[Type:ITool|ITool]]}}|TypeAdv0=true| {{Template:ITool _equipLink}} | ||
|TipReference|Slot|{{ | |TipReference|Slot| {{Template:ITool TipReference}} | ||
|BlockGripEquip|Bool|{{ | |BlockGripEquip|Bool| {{Template:ITool BlockGripEquip}} | ||
|BlockRemoteEquip|Bool|{{ | |BlockRemoteEquip|Bool| {{Template:ITool BlockRemoteEquip}} | ||
|EquipName|String|{{ | |EquipName|String| {{Template:ITool EquipName}} | ||
|_overrideActiveTool|'''[[Component:InteractionHandler|InteractionHandler]]'''|TypeAdv5=true|{{ | |_overrideActiveTool|'''[[Component:InteractionHandler|InteractionHandler]]'''|TypeAdv5=true| {{Template:ITool _overrideActiveTool}} | ||
|_gripPosesGenerated|Bool|{{ | |_gripPosesGenerated|Bool| {{Template:ITool _gripPosesGenerated}} | ||
|LocalTipOffset|Float3| | |LocalTipOffset|Float3| | ||
|LocalTipReference|Slot| | |LocalTipReference|Slot| | ||
|UseLaser|Bool| | |UseLaser|Bool| | ||
|BlockPrimaryWhenTouching|Bool| | |BlockPrimaryWhenTouching|Bool| | ||
|UseSecondary|Bool| | |UseSecondary|Bool| | ||
|AllowUseWhenHolding|Bool| | |AllowUseWhenHolding|Bool| | ||
|Equipped|Bool| | |Equipped|Bool| | ||
|ControllerType|{{RootFieldType|SyncType}}|TypeAdv14=true| | |ControllerType|{{RootFieldType|SyncType}}|TypeAdv14=true| | ||
|ControllerSide|Chirality| | |ControllerSide|Chirality| | ||
|PrimaryStrength|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv16=true| | |PrimaryStrength|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv16=true| | ||
|SecondaryAxis|{{RootFieldType|RawOutput`1|[[Type:Float2|Float2]]}}|TypeAdv17=true| | |SecondaryAxis|{{RootFieldType|RawOutput`1|[[Type:Float2|Float2]]}}|TypeAdv17=true| | ||
|Primary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv18=true| | |Primary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv18=true| | ||
|Secondary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv19=true| | |Secondary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv19=true| | ||
|_primaryStrengthStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float|Float]]>'''|TypeAdv20=true| | |_primaryStrengthStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float|Float]]>'''|TypeAdv20=true| | ||
|_secondaryAxisStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float2|Float2]]>'''|TypeAdv21=true| | |_secondaryAxisStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float2|Float2]]>'''|TypeAdv21=true| | ||
|_primaryStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv22=true| | |_primaryStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv22=true| | ||
|_secondaryStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv23=true| | |_secondaryStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv23=true| | ||
|_rawStrength|Float| | |_rawStrength|Float| | ||
|_rawAxis|Float2| | |_rawAxis|Float2| | ||
|_rawPrimary|Bool| | |_rawPrimary|Bool| | ||
|_rawSecondary|Bool| | |_rawSecondary|Bool| | ||
|PrimaryActionDescription|String| | |PrimaryActionDescription|String| | ||
|SecondaryActionDescription|String| | |SecondaryActionDescription|String| | ||
}} | }} | ||
<!--T:3--> | <!--T:3--> | ||
== Usage == | == Usage == | ||
<!--T:4--> | <!--T:4--> | ||
== Examples == | == Examples == | ||
<!--T:5--> | <!--T:5--> |
Latest revision as of 20:15, 19 October 2024
Component image
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. |
_equipLink
|
direct LinkTarget`1<ITool> | This is Internal, and is used by the engine to retrieve the component this field is a part of. It cannot be assigned to. |
TipReference
|
Slot | The slot to use as the tool's tip, instead of the component's slot. |
BlockGripEquip
|
Bool | Whether to prevent legacy double grip equipping from equipping this tooltip. |
BlockRemoteEquip
|
Bool | Whether to prevent equipping by clicking via laser |
EquipName
|
String | The name of the tool in the context menu when equipping via context menu. |
_overrideActiveTool
|
InteractionHandler | The interaction handler to use instead of this tool as an interaction handler. |
_gripPosesGenerated
|
Bool | Whether the Grip Pose Reference components and slots have been generated for this tool. |
LocalTipOffset
|
Float3 | |
LocalTipReference
|
Slot | |
UseLaser
|
Bool | |
BlockPrimaryWhenTouching
|
Bool | |
UseSecondary
|
Bool | |
AllowUseWhenHolding
|
Bool | |
Equipped
|
Bool | |
ControllerType
|
direct SyncType | |
ControllerSide
|
Chirality | |
PrimaryStrength
|
raw output of Float | |
SecondaryAxis
|
raw output of Float2 | |
Primary
|
raw output of Bool | |
Secondary
|
raw output of Bool | |
_primaryStrengthStream
|
ValueStream`1<Float> | |
_secondaryAxisStream
|
ValueStream`1<Float2> | |
_primaryStream
|
ValueStream`1<Bool> | |
_secondaryStream
|
ValueStream`1<Bool> | |
_rawStrength
|
Float | |
_rawAxis
|
Float2 | |
_rawPrimary
|
Bool | |
_rawSecondary
|
Bool | |
PrimaryActionDescription
|
String | |
SecondaryActionDescription
|
String |