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