This commit is contained in:
GenevensiS
2024-10-04 23:15:37 +02:00
parent 38ced7790f
commit e8b3b260b6
3 changed files with 9 additions and 0 deletions
+7
View File
@@ -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"
+1
View File
@@ -109,6 +109,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. | [[fun:write_set_file]] Write a MSE set file to the output directory.
! Other functions <<< ! Other functions <<<
| [[fun:get_mse_version]] Get the MSE app version.
| [[fun:trace]] Output a message for debugging purposes. | [[fun:trace]] Output a message for debugging purposes.
| [[fun:assert]] Check a condition for debugging purposes. | [[fun:assert]] Check a condition for debugging purposes.
| [[fun:warning]] Output a warning message. | [[fun:warning]] Output a warning message.
@@ -100,6 +100,7 @@ $built_in_functions = array(
'write_image_file' =>'', 'write_image_file' =>'',
'write_set_file' =>'', 'write_set_file' =>'',
// other // other
'get_mse_version' =>'',
'trace' =>'', 'trace' =>'',
'assert' =>'', 'assert' =>'',
'exists_in_package' =>'', 'exists_in_package' =>'',