From 558ca02c96a92821ff00bc16122eab9628b222d8 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 2 May 2022 18:09:41 +0200 Subject: [PATCH] Updated Object (markdown) --- Object.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Object.md b/Object.md index 22e20dd..f839768 100644 --- a/Object.md +++ b/Object.md @@ -1,6 +1,5 @@ -All the functions you can see here are available for all visual objects! It doesn't matter if its a frame or a button or a list (or something else). +This is the base class of all visual objects. This means, if you create a button, label, frame or something else visual (no timers, threads or animations) the following list can be used: -Here is a list of useable functions: ## show shows the object (only if the parent frame is already visible) ````lua