publicPatchedFunctionInfo
Index
Properties
optionalcurrentEntrypoint
Entrypoint that SDK collected at the time of calling of the getPatchingInfo method.
If the function wasn't overwritten, it should equal sdkEntrypoint
Type declaration
Parameters
rest...args: any[]
Returns any
hookedByMods
List of names of mods that hooked this function
name
optionaloriginal
The original function
Type declaration
Parameters
rest...args: any[]
Returns any
originalHash
CRC32 has of the original function
patchedByMods
List of names of mods that patched this function
optionalsdkEntrypoint
SDK-generated entrypoint that the global function was replaced with
Type declaration
Parameters
rest...args: any[]
Returns any
Info about a function modified using the API