Difference between revisions of "DCS hook onMissionLoadProgress"

From DCS World Wiki - Hoggitworld.com
(Created page with "{{Template:DCS_hooks_callbacks |fName= onMissionLoadProgress |vNum= 2.5.0 |par1= hook |par2= |par3= |par4= |desc= While a mission is loading this...")
 
(No difference)

Latest revision as of 23:49, 14 May 2021


Envrioment: Server
Function: onMissionLoadProgress Added with: 2.5.0
Member Of: hook
Syntax: nothing hook.onMissionLoadProgress(string progress, string message )
Description: While a mission is loading this callback will contain information about the loading progress.


Return Value: nothing
Return Actions:
Examples:
Related Functions: List of Callbacks: onMissionLoadBegin, onMissionLoadProgress, onMissionLoadEnd, onSimulationStart, onSimulationStop, onSimulationFrame, onSimulationPause, onSimulationResume, onGameEvent, onNetConnect, onNetMissionChanged, onNetConnect, onNetDisconnect, onPlayerConnect, onPlayerDisconnect, onPlayerStart, onPlayerStop, onPlayerChangeSlot, onPlayerTryConnect, onPlayerTrySendChat, onPlayerTryChangeSlot
Notes: I haven't actually tested this. I assume the passed values are associated with the loading bar percentage value and messages that occur during mission load.