set

operator fun set(hookType: AvailRuntime.HookType, function: A_Function)

Set the given hook's function for this runtime.

Parameters

hookType

The HookType to modify for this runtime.

function

The A_Function to plug into this hook.