From 27cf141769a21c7180cdf9b5b46281736c90e8b4 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Tue, 10 May 2022 21:05:20 +0200 Subject: [PATCH] Updated Frame (markdown) --- Frame.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.md b/Frame.md index c5a0a10..121d97c 100644 --- a/Frame.md +++ b/Frame.md @@ -59,7 +59,7 @@ local mainFrame = basalt.createFrame("myFirstFrame"):setBar("Hello World!"):show **args:** bool visible (no args = true)
**returns:** self
-## isModifierActive +## isModifierActive -- DISABLED this function will work very soon returns true if user is currently holding a key down ````lua local mainFrame = basalt.createFrame("myFirstFrame"):isModifierActive("shift")