Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
fBaseXtensions
FunkyBaseExtension
C# Class fBaseXtensions.FunkyBaseExtension
Inheritance:
IPlugin
Afficher le fichier
Open project: herbfunk/Funky
Méthodes publiques
Méthode
Description
Equals
(
IPlugin
other
) :
bool
OnDisabled
( ) :
void
OnEnabled
( ) :
void
OnInitialize
( ) :
void
OnPulse
( ) :
void
OnShutdown
( ) :
void
Private Methods
Méthode
Description
Difference
(
float
A
,
float
B
) :
float
Method Details
Equals()
public
méthode
public
Equals
(
IPlugin
other
) :
bool
other
IPlugin
Résultat
bool
OnDisabled()
public
méthode
public
OnDisabled
( ) :
void
Résultat
void
OnEnabled()
public
méthode
public
OnEnabled
( ) :
void
Résultat
void
OnInitialize()
public
méthode
public
OnInitialize
( ) :
void
Résultat
void
OnPulse()
public
méthode
public
OnPulse
( ) :
void
Résultat
void
OnShutdown()
public
méthode
public
OnShutdown
( ) :
void
Résultat
void