Type:ITool: Difference between revisions

From Resonite Wiki
Create ITool Type page
 
Line 9: Line 9:
== Implementations ==
== Implementations ==
{| class="wikitable" style="margin:left"
{| class="wikitable" style="margin:left"
! Components implementing IButton
! Components implementing ITool
|-
|-
| [[Component:BillboardBrushTool|Billboard Brush Tool]]
| [[Component:BillboardBrushTool|Billboard Brush Tool]]

Revision as of 18:01, 12 May 2024

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

Implementations