m ProbablePrime moved page RawDataTool (Component) to Component:RawDataTool: Creating component Namespace |
template, repair page |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Component | |||
{{ | |Image=RawDataToolComponent.png | ||
|Name=Raw Data Tool | |||
}} | |||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|_equipLink|LinkTarget`1| | |_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| | |_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 | |ControllerType|{{RootFieldType|SyncType}}|TypeAdv14=true| | ||
|ControllerSide|Chirality|{{ | |ControllerSide|Chirality| | ||
| | |PrimaryStrength|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv16=true| | ||
|SecondaryAxis|Float2| | |SecondaryAxis|{{RootFieldType|RawOutput`1|[[Type:Float2|Float2]]}}|TypeAdv17=true| | ||
|Primary|Bool| | |Primary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv18=true| | ||
|Secondary|Bool| | |Secondary|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv19=true| | ||
|_primaryStrengthStream|ValueStream`1| | |_primaryStrengthStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float|Float]]>'''|TypeAdv20=true| | ||
|_secondaryAxisStream|ValueStream`1| | |_secondaryAxisStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Float2|Float2]]>'''|TypeAdv21=true| | ||
|_primaryStream|ValueStream`1| | |_primaryStream|'''[[Type:ValueStream`1|ValueStream`1]]<[[Type:Bool|Bool]]>'''|TypeAdv22=true| | ||
|_secondaryStream|ValueStream`1| | |_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| | |||
| | |SecondaryActionDescription|String| | ||
| | |||
}} | }} | ||
<!--T:3--> | <!--T:3--> | ||
== Usage == | == Usage == | ||
<!--T:4--> | <!--T:4--> | ||
== Examples == | == Examples == | ||
<!--T:5--> | <!--T:5--> | ||
== Related Components == | == Related Components == | ||
[[Category:Components|Raw Data Tool]] | [[Category:Components:Tools{{#translation:}}|Raw Data Tool]] | ||
[[Category:Components: | [[Category:Components{{#translation:}}|Raw Data Tool]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] |
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 |