/ HALion Developer Resource / HALion Script / Reference /

getProductName

getProductName()

Description

Function to retrieve the name of the plug-in.

Available in: Processor.

Return Values

Returns a string with the name of the plug-in.

Example

-- Print the name of the plug-in.

function onInit()
    print(getProductName())
end

See also: getProductVersion, getHostName, getHostVersion