-------------------------------------------------------------------------------- -- Handler.......... : onBlackScreenHide -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function FPSMainHUD.onBlackScreenHide ( ) -------------------------------------------------------------------------------- hud.callAction ( this.getUser ( ), "MainHUD.BlackScreenHide" ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------