Skip to main content
Skip to main content

getStreamI3DFileProgressInfo

getStreamI3DFileProgressInfo

Description

Get streaming I3D file progress information

Definition

getStreamI3DFileProgressInfo(integer requestId)

Arguments

integerrequestIdrequest id from streamI3DFile

Return Values

stringprogressa string describing the progress
floatelapsedTimethe elapsed time in seconds since the request was made
stringfilenamethe filename being loaded, or else ""
stringcallbackFunctionNamethe Lua callback name, or else the name of the C++ class that handles the callback, or else ""
objectcallbackTargetthe Lua callback target, or nil
objectargsthe Lua callback arguments, or nil