/ HALion Developer Resource / HALion Script / Reference /
getScriptVersion
getScriptVersion()
Description
Function to retrieve the version of the script engine.
Available in: Processor.
Return Values
Returns a string with the version of the script engine.
Example
-- Print the version of the script engine.
function onInit()
print(getScriptVersion())
end