Docs: basalt.getTheme

This commit is contained in:
Erb3
2022-09-12 20:57:06 +02:00
parent 72f2c527b9
commit 7bcbafe30b

View File

@@ -0,0 +1,17 @@
# basalt.getTheme
Returns the current theme.
## Returns
1. `theme` The current theme
## Usage
* Displays the current theme in the debug console
```lua
basalt.debug(basalt.getTheme())
```
TODO basalt.getTheme documentation