Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 93181f0

Browse files
committed
Update README.md
1 parent 371054d commit 93181f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The inspector is used to see detailed information on objects of any type and man
8888

8989
* The Hooks panel allows you to hook methods at the click of a button for debugging purposes.
9090
* Simply enter any class (generic types not yet supported) and hook the methods you want from the menu.
91-
* To quickly copy the hook into your own project for further development, use the "Log Hook Source" button.
91+
* You can edit the source code of the generated hook with the "Edit Hook Source" button. Accepted method names are `Prefix` (which can return `bool` or `void`), `Postfix`, `Finalizer` (which can return `Exception` or `void`), and `Transpiler` (which must return `IEnumerable<HarmonyLib.CodeInstruction>`). You can define multiple patches if you wish.
9292

9393
### Mouse-Inspect
9494

0 commit comments

Comments
 (0)