C# Class cleanCore.Events

Afficher le fichier Open project: Vipeax/cleanLayer

Private Properties

Свойство Type Description
ExecuteIngameListener void
HandleEvent void
HandleVictimCall int

Méthodes publiques

Méthode Description
Initialize ( ) : void
Pulse ( ) : void
Register ( string name, EventHandler handler ) : void
Remove ( string name, EventHandler handler ) : void

Private Methods

Méthode Description
ExecuteIngameListener ( ) : void
HandleEvent ( List args ) : void
HandleVictimCall ( IntPtr luaState ) : int

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Pulse() public static méthode

public static Pulse ( ) : void
Résultat void

Register() public static méthode

public static Register ( string name, EventHandler handler ) : void
name string
handler EventHandler
Résultat void

Remove() public static méthode

public static Remove ( string name, EventHandler handler ) : void
name string
handler EventHandler
Résultat void