mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Merge pull request #26 from G-e-n-e-v-e-n-s-i-S/get-mse-version
Add get_mse_version script function
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
Function: get_mse_version
|
||||
|
||||
--Usage--
|
||||
> get_mse_version()
|
||||
|
||||
Returns the current MSE app version in a string of the form:
|
||||
"major.minor.patch"
|
||||
@@ -111,6 +111,7 @@ These functions are built into the program, other [[type:function]]s can be defi
|
||||
| [[fun:write_set_file]] Write a MSE set file to the output directory.
|
||||
|
||||
! Other functions <<<
|
||||
| [[fun:get_mse_version]] Get the MSE app version.
|
||||
| [[fun:trace]] Output a message for debugging purposes.
|
||||
| [[fun:assert]] Check a condition for debugging purposes.
|
||||
| [[fun:warning]] Output a warning message.
|
||||
|
||||
Reference in New Issue
Block a user