styyx-util 1.0
Utility Header for SKSE Plugin development
Loading...
Searching...
No Matches
FUCK::ITool Class Referenceabstract

Implement this to add a new Tool to the FUCK Sidebar. More...

#include <FUCK_API.h>

Public Member Functions

virtual ~ITool ()=default
virtual const char * PluginName () const
 The exact name of your SKSE plugin.
virtual const char * Name () const =0
virtual const char * Group () const
virtual void Draw ()=0
virtual void RenderOverlay ()
virtual void OnOpen ()
virtual void OnClose ()
virtual bool OnAsyncInput (const void *)
virtual bool ShowInSidebar () const

Detailed Description

Implement this to add a new Tool to the FUCK Sidebar.

Constructor & Destructor Documentation

◆ ~ITool()

virtual FUCK::ITool::~ITool ( )
virtualdefault

Member Function Documentation

◆ Draw()

virtual void FUCK::ITool::Draw ( )
pure virtual

◆ Group()

virtual const char * FUCK::ITool::Group ( ) const
inlinevirtual

◆ Name()

virtual const char * FUCK::ITool::Name ( ) const
pure virtual

◆ OnAsyncInput()

virtual bool FUCK::ITool::OnAsyncInput ( const void * )
inlinevirtual

◆ OnClose()

virtual void FUCK::ITool::OnClose ( )
inlinevirtual

◆ OnOpen()

virtual void FUCK::ITool::OnOpen ( )
inlinevirtual

◆ PluginName()

virtual const char * FUCK::ITool::PluginName ( ) const
inlinevirtual

The exact name of your SKSE plugin.

Note
Defaults to the name passed into FUCK::Connect().

◆ RenderOverlay()

virtual void FUCK::ITool::RenderOverlay ( )
inlinevirtual

◆ ShowInSidebar()

virtual bool FUCK::ITool::ShowInSidebar ( ) const
inlinevirtual

The documentation for this class was generated from the following file: