From 88c03cbd84d6342ead0a4ee797e52d9a5a51e492 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Tue, 19 Mar 2024 23:13:05 -0400 Subject: [PATCH] updating hooks --- docs/wowapi/classes/HookScripts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/wowapi/classes/HookScripts.md b/docs/wowapi/classes/HookScripts.md index 4c63581..aa0f5c1 100644 --- a/docs/wowapi/classes/HookScripts.md +++ b/docs/wowapi/classes/HookScripts.md @@ -128,7 +128,8 @@ In this example: When the button is clicked with the left mouse button, the script handler function will be executed, and the appropriate actions will be performed based on the button click and any modifier keys being held down. -## OnEnter & OnLeave +## OnEnter +## OnLeave This hook handles when the cursor enters or leaves a region.