| 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.
|