C# Class TinkerWorX.SharpCraft.EntryPoint

Inheritance: IEntryPoint
Mostra file Open project: TinkerWorX/SharpCraft

Public Properties

Property Type Description
IsInGame System.Boolean
IsInMap System.Boolean

Public Methods

Method Description
EntryPoint ( RemoteHooking hookingContext, PluginContext context, System.Boolean isDebugging, String hackPath, String installPath ) : System
Run ( RemoteHooking hookingContext, PluginContext context, System.Boolean isDebugging, String hackPath, String installPath ) : void

Private Methods

Method Description
LoadLibraryAHook ( String fileName ) : IntPtr
OnEngineEnd ( ) : void
OnEngineStart ( ) : void
OnMapEnd ( ) : void
OnMapStart ( ) : void
Unknown__SetStateHook ( IntPtr @this, System.Boolean endMap, System.Boolean endEngine ) : IntPtr

Method Details

EntryPoint() public method

public EntryPoint ( RemoteHooking hookingContext, PluginContext context, System.Boolean isDebugging, String hackPath, String installPath ) : System
hookingContext RemoteHooking
context PluginContext
isDebugging System.Boolean
hackPath String
installPath String
return System

Run() public method

public Run ( RemoteHooking hookingContext, PluginContext context, System.Boolean isDebugging, String hackPath, String installPath ) : void
hookingContext RemoteHooking
context PluginContext
isDebugging System.Boolean
hackPath String
installPath String
return void

Property Details

IsInGame public_oe property

public Boolean,System IsInGame
return System.Boolean

IsInMap public_oe property

public Boolean,System IsInMap
return System.Boolean