LUADOC - Farming Simulator 22

Script v1_7_1_0

Engine v1_7_1_0

Foundation Reference

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 ""
stringfunctionthe Lua callback name, or else the name of the C++ class that handles the callback, or else ""
objecttargetthe Lua callback target, or nil
objectargsthe Lua callback arguments, or nil