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