Docs: basalt.getVariable & basalt.getVersion

This commit is contained in:
Erb3
2022-09-12 21:04:01 +02:00
parent 7bcbafe30b
commit 651690d8ab
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# basalt.getVersion
Returns the currently active/visible base frame.
## Returns
1. `string` The current version of Basalt
## Usage
* Displays the version of Basalt in the debug console
```lua
basalt.debug(basalt.getVersion()) -- Example: 1.6.2
```