We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e712af1 commit 9c73430Copy full SHA for 9c73430
1 file changed
src/frame/Modern.cpp
@@ -221,7 +221,7 @@ const Game::Lua::FrameMethodEntry g_frameMethods[] = {
221
{"SetShown", &Script_SetShown<Offsets::FUN_SCRIPT_FRAME_SHOW,
222
Offsets::FUN_SCRIPT_FRAME_HIDE>},
223
{"SetResizeBounds", &Script_SetResizeBounds},
224
- {"HookScript", &Script_HookScript},
+ // {"HookScript", &Script_HookScript},
225
};
226
227
const Game::Lua::FrameMethodEntry g_textureMethods[] = {
0 commit comments