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