Implement this to add a new Tool to the FUCK Sidebar.
More...
#include <FUCK_API.h>
Implement this to add a new Tool to the FUCK Sidebar.
◆ ~ITool()
| virtual FUCK::ITool::~ITool |
( |
| ) |
|
|
virtualdefault |
◆ 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: