Type:ITool: Difference between revisions

From Resonite Wiki
Reformat
Added category: Interface types
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
* [[Component:GeometryLineBrushTool|Geometry Line Brush Tool]]
* [[Component:GeometryLineBrushTool|Geometry Line Brush Tool]]
* [[Component:GlueTool|Glue Tool]]
* [[Component:GlueTool|Glue Tool]]
* [[Grabbable Setter Tool]]
* [[Component:InspectorTool|Inspector Tool]]
* [[Component:InspectorTool|Inspector Tool]]
* [[Component:LabelerTool|Labeler Tool]]
* [[Component:LabelerTool|Labeler Tool]]
Line 39: Line 40:


[[Category:Type]]
[[Category:Type]]
[[Category:Interface types]]

Latest revision as of 17:02, 25 August 2025

ITool is an Interface Type That is a generalization of all Tools, including Raw Data Tool Tips. This can be used to get a few different shared features of what any tooltip can do.

These include functions which contain but are not limited to (According to de compiled code):

  • Equipping/Dequipping
  • Uses Laser
  • Tip Reference
  • On Primary/Secondary Pressed

Implementers