TGameOverScene Class

Unit: uSceneGameOver
TFrame
  _ScenesAncestor.T__SceneAncestor
    uSceneGameOver.TGameOverScene
type TGameOverScene = class(T__SceneAncestor)

The TGameOverScene type exposes the following members.

Show:
 NameDescription
HideScene

Contains scene finalization. It's called each time the scene is hidden. (Overrides _ScenesAncestor.T__SceneAncestor.HideScene .)

ShowMessage1TextButton1Click

ShowScene

Contains scene initialization. It's called each time the scene is shown. (Overrides _ScenesAncestor.T__SceneAncestor.ShowScene .)

TranslateTexts

This method is called each time a global translation broadcast is sent with current language as argument. (Overrides _ScenesAncestor.T__SceneAncestor.TranslateTexts .)

Top
Show:
 NameDescription
ShowMessage1

Top