afterPatch
SteamClientHomebrewSDK / client/src / afterPatch
Function: afterPatch()
function afterPatch(
object,
property,
handler,
options): Patch;
Defined in: typescript-packages/client/src/utils/patcher.ts:38
Parameters
object
any
property
string
handler
(args
, ret
) => any
options
PatchOptions
= {}