Hook

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

Runs the specified callback after 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 after this method

Link copied to clipboard