This commit is contained in:
NoryiE
2025-10-29 17:18:10 +00:00
parent 00a9ce5632
commit c9bdfc6a69
22 changed files with 175 additions and 175 deletions

View File

@@ -60,7 +60,7 @@ Loads an element by name. This will load the element and apply any plugins to it
* `name` `string` The name of the element to load
### Usage
```lua run
```lua
ElementManager.loadElement("Button")
```
@@ -116,7 +116,7 @@ Checks if an element is loaded
Clears the global cache (_G)
### Usage
```lua run
```lua
ElementManager.clearGlobalCache()
```