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