LUADOC - Farming Simulator 22

Script v1_7_1_0

Engine v1_7_1_0

Foundation Reference

getSharedI3DFileProgressInfo

Description
Get shared I3D file progress information
Definition
getSharedI3DFileProgressInfo(integer requestId)
Arguments
integerrequestIdrequest id from streamSharedI3DFile
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