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