Files
itgmania212121/Docs/Themerdocs/ScreenMessages.txt
T

209 lines
4.1 KiB
Plaintext
Raw Normal View History

2010-04-18 00:17:25 -05:00
A list of screen messages that can be used with
SCREENMAN:GetTopScreen():PostScreenMessage('SM_*', delaySeconds).
Duplicate screen messages may appear; the below lists include both
AutoScreenMessage()s and any messages that appear in
Screen*::HandleScreenMessage(const ScreenMessage SM).
Consider this a list of messages that screens can reply to.
2010-06-02 22:34:22 -05:00
[ScreenMessage]
2010-04-18 00:17:25 -05:00
SM_Invalid
SM_None
SM_MenuTimer Timer = 00
SM_DoneFadingIn Plays after sorting by draworder [ScreenWithMenuElements::BeginScreen()]
SM_BeginFadingOut Begins a fadeout?
SM_GoToNextScreen Goes to next screen?
SM_GoToPrevScreen Goes to prev screen?
SM_GainFocus
SM_LoseFocus
SM_Pause try it on Gameplay... :)
SM_Success
SM_Failure
2010-06-02 22:34:22 -05:00
[Inventory]
2010-04-18 00:17:25 -05:00
SM_BattleDamageLevel1
SM_BattleDamageLevel2
SM_BattleDamageLevel3
2010-06-02 22:34:22 -05:00
[Player]
2010-04-18 00:17:25 -05:00
SM_100Combo
SM_200Combo
SM_300Combo
SM_400Combo
SM_500Combo
SM_600Combo
SM_700Combo
SM_800Combo
SM_900Combo
SM_1000Combo
SM_ComboStopped
SM_ComboContinuing
2010-06-02 22:34:22 -05:00
[ScorekeeperNormal]
2010-04-18 00:17:25 -05:00
SM_PlayToasty what do you think it does
2010-06-02 22:34:22 -05:00
[ScreenAttract]
2010-04-18 00:17:25 -05:00
SM_GoToStartScreen
2010-06-02 22:34:22 -05:00
[ScreenGameplay]
2010-04-18 00:17:25 -05:00
SM_NotesEnded
SM_BeginFailed
SM_LeaveGameplay
SM_PlayGo
SM_LoadNextSong
SM_StartLoadingNextSong
SM_DoPrevScreen
SM_DoNextScreen
SM_StartHereWeGo
SM_StopHereWeGo
SM_BattleTrickLevel1
SM_BattleTrickLevel2
SM_BattleTrickLevel3
-- from elsewhere ----------
SM_PlayToasty
SM_100Combo - SM_1000Combo
2010-06-02 22:34:22 -05:00
[ScreenOptions]
2010-04-18 00:17:25 -05:00
SM_ExportOptions
2010-06-02 22:34:22 -05:00
[MusicWheel]
2010-04-18 00:17:25 -05:00
SM_SongChanged
SM_SortOrderChanging
SM_SortOrderChanged
2010-06-02 22:34:22 -05:00
[NetworkSyncManager]
2010-04-18 00:17:25 -05:00
SM_AddToChat
SM_ChangeSong
SM_GotEval
SM_UsersUpdate
SM_SMOnlinePack
2010-06-02 22:34:22 -05:00
[RoomInfoDisplay]
2010-04-18 00:17:25 -05:00
SM_RoomInfoRetract
SM_RoomInfoDeploy
2010-06-02 22:34:22 -05:00
[RoomWheel]
2010-04-18 00:17:25 -05:00
SM_BackFromRoomName
SM_RoomInfoRetract
SM_RoomInfoDeploy
2010-06-02 22:34:22 -05:00
[ScreenEdit]
2010-04-18 00:17:25 -05:00
SM_UpdateTextInfo
SM_BackFromMainMenu
SM_BackFromAreaMenu
SM_BackFromStepsInformation
SM_BackFromOptions
SM_BackFromSongInformation
SM_BackFromBGChange
SM_BackFromInsertTapAttack
SM_BackFromInsertTapAttackPlayerOptions
SM_BackFromInsertCourseAttack
SM_BackFromInsertCourseAttackPlayerOptions
SM_BackFromCourseModeMenu
SM_DoRevertToLastSave
SM_DoRevertFromDisk
SM_BackFromBPMChange
SM_BackFromStopChange
SM_DoSaveAndExit
SM_DoExit
SM_SaveSuccessful
SM_SaveFailed
2010-06-02 22:34:22 -05:00
[ScreenEditMenu]
2010-04-18 00:17:25 -05:00
SM_RefreshSelector
SM_BackFromEditDescription
2010-06-02 22:34:22 -05:00
[ScreenEvaluation]
2010-04-18 00:17:25 -05:00
SM_PlayCheer
SM_AddBonus
2010-06-02 22:34:22 -05:00
[ScreenMiniMenu]
2010-04-18 00:17:25 -05:00
SM_GoToOK
SM_GoToCancel
2010-06-02 22:34:22 -05:00
[ScreenNetEvaluation]
2010-04-18 00:17:25 -05:00
SM_GotEval
2010-06-02 22:34:22 -05:00
[ScreenNetRoom]
2010-04-18 00:17:25 -05:00
SM_SMOnlinePack
SM_BackFromRoomName
SM_BackFromRoomDesc
SM_BackFromRoomPass
SM_BackFromReqPass
SM_RoomInfoRetract
SM_RoomInfoDeploy
2010-06-02 22:34:22 -05:00
[ScreenNetSelectBase]
2010-04-18 00:17:25 -05:00
SM_AddToChat
SM_UsersUpdate
SM_SMOnlinePack
2010-06-02 22:34:22 -05:00
[ScreenNetSelectMusic]
2010-04-18 00:17:25 -05:00
SM_NoSongs
SM_ChangeSong
SM_SMOnlinePack
SM_SetWheelSong
SM_RefreshWheelLocation
SM_SongChanged
SM_UsersUpdate
SM_BackFromPlayerOptions
2010-06-02 22:34:22 -05:00
[ScreenNetworkOptions]
2010-04-18 00:17:25 -05:00
SM_DoneConnecting
2010-06-02 22:34:22 -05:00
[ScreenOptionsEditCourse]
2010-04-18 00:17:25 -05:00
SM_BackFromContextMenu
2010-06-02 22:34:22 -05:00
[ScreenOptionsEditCourseEntry]
2010-04-18 00:17:25 -05:00
SM_BackFromCoursePlayerOptions
[ScreenOptionsManageCourses]
SM_BackFromEnterNameForNew
SM_BackFromRename
SM_BackFromContextMenu
2010-06-02 22:34:22 -05:00
[ScreenOptionsManageEditSteps]
2010-04-18 00:17:25 -05:00
SM_BackFromRename
SM_BackFromDelete
SM_BackFromContextMenu
2010-06-02 22:34:22 -05:00
[ScreenOptionsManageProfiles]
2010-04-18 00:17:25 -05:00
SM_BackFromEnterNameForNew
SM_BackFromRename
SM_BackFromDeleteConfirm
SM_BackFromClearConfirm
SM_BackFromContextMenu
2010-06-02 22:34:22 -05:00
[ScreenOptionsManageWorkouts]
2010-04-18 00:17:25 -05:00
2010-06-02 22:34:22 -05:00
[ScreenOptionsReviewWorkout]
2010-04-18 00:17:25 -05:00
2010-06-02 22:34:22 -05:00
[ScreenPackages]
2010-04-18 00:17:25 -05:00
2010-06-02 22:34:22 -05:00
[ScreenRanking]
2010-04-18 00:17:25 -05:00
2010-06-02 22:34:22 -05:00
[ScreenSelectMaster]
2010-04-18 00:17:25 -05:00
2010-06-02 22:34:22 -05:00
[ScreenSelectMusic]
2010-04-18 00:17:25 -05:00
SM_AllowOptionsMenuRepeat
SM_SongChanged
SM_SortOrderChanging
SM_SortOrderChanged
2010-06-02 22:34:22 -05:00
[ScreenSMOnlineLogin]
2010-04-18 00:17:25 -05:00
SM_SMOnlinePack
SM_PasswordDone
SM_NoProfilesDefined
SM_GoToNextScreen
2010-06-02 22:34:22 -05:00
[ScreenSplash]
2010-04-18 00:17:25 -05:00
SM_PrepScreen
2010-06-02 22:34:22 -05:00
[ScreenStage]
2010-04-18 00:17:25 -05:00
SM_PrepScreen
2010-06-02 22:34:22 -05:00
[ScreenTestFonts]
2010-04-18 00:17:25 -05:00
SM_ChangeText
2010-06-02 22:34:22 -05:00
[WheelBase]
2010-04-18 00:17:25 -05:00
SM_SongChanged