Property | Type | Description | |
---|---|---|---|
IsInGame | System.Boolean | ||
IsInMap | System.Boolean |
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 |
Method | Description | |
---|---|---|
LoadLibraryAHook ( String fileName ) : |
||
OnEngineEnd ( ) : void | ||
OnEngineStart ( ) : void | ||
OnMapEnd ( ) : void | ||
OnMapStart ( ) : void | ||
Unknown__SetStateHook ( |
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 |
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 |