PreHook

class PreHook(val callback: Action1<XC_MethodHook.MethodHookParam>) : XC_MethodHook

Runs the specified callback before the hooked Member

Constructors

Link copied to clipboard
constructor(callback: Action1<XC_MethodHook.MethodHookParam>)

Functions

Link copied to clipboard
open operator override fun compareTo(other: XCallback): Int

Properties

Link copied to clipboard
val callback: Action1<XC_MethodHook.MethodHookParam>

The callback to run before the method

Link copied to clipboard