/ HALion Developer Resource / HALion Script / Reference /

getHostName

getHostName()

Description

Function to retrieve the name of the host software.

Available in: Processor.

Return Values

Returns a string with the name of the host software.

Example

-- Print the name of the host software.

function onInit()
    print(getHostName())
end

See also: getHostVersion, getProductName, getProductVersion