/ HALion Developer Resource / HALion Script / Reference /
getHostVersion
getHostVersion()
Description
Function to retrieve the version of the host software.
Available in: Processor.
Return Values
Returns a string with the version of the host software.
Example
-- Print the version of the host software.
function onInit()
print(getHostVersion())
end
See also: getHostName, getProductName, getProductVersion