Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
fBaseXtensions
FunkyBaseExtension
C# Class fBaseXtensions.FunkyBaseExtension
Inheritance:
IPlugin
Mostra file
Open project: herbfunk/Funky
Public Methods
Method
Description
Equals
(
IPlugin
other
) :
bool
OnDisabled
( ) :
void
OnEnabled
( ) :
void
OnInitialize
( ) :
void
OnPulse
( ) :
void
OnShutdown
( ) :
void
Private Methods
Method
Description
Difference
(
float
A
,
float
B
) :
float
Method Details
Equals()
public
method
public
Equals
(
IPlugin
other
) :
bool
other
IPlugin
return
bool
OnDisabled()
public
method
public
OnDisabled
( ) :
void
return
void
OnEnabled()
public
method
public
OnEnabled
( ) :
void
return
void
OnInitialize()
public
method
public
OnInitialize
( ) :
void
return
void
OnPulse()
public
method
public
OnPulse
( ) :
void
return
void
OnShutdown()
public
method
public
OnShutdown
( ) :
void
return
void