C# Class cleanCore.Events

Datei anzeigen Open project: Vipeax/cleanLayer

Private Properties

Property Type Description
ExecuteIngameListener void
HandleEvent void
HandleVictimCall int

Public Methods

Method Description
Initialize ( ) : void
Pulse ( ) : void
Register ( string name, EventHandler handler ) : void
Remove ( string name, EventHandler handler ) : void

Private Methods

Method Description
ExecuteIngameListener ( ) : void
HandleEvent ( List args ) : void
HandleVictimCall ( IntPtr luaState ) : int

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

Pulse() public static method

public static Pulse ( ) : void
return void

Register() public static method

public static Register ( string name, EventHandler handler ) : void
name string
handler EventHandler
return void

Remove() public static method

public static Remove ( string name, EventHandler handler ) : void
name string
handler EventHandler
return void