Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EFTable_TutorialEvent.db

Generated on: 2025-07-23 11:56:39 UTC

Row count: 1137

Download CSV Zipped

CREATE TABLE TutorialEvent (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ TutorialIndex ] INTEGER NOT NULL,
  [ BindType ] INTEGER NOT NULL,
  [ EventType ] INTEGER NOT NULL,
  [ UIWidgetType ] INTEGER NOT NULL,
  [ UISearchType ] INTEGER NOT NULL,
  [ UIValue ] INTEGER NOT NULL,
  [ UIHotKey1 ] INTEGER NOT NULL,
  [ UIHotKey2 ] INTEGER NOT NULL,
  [ UIDescription ] TEXT NOT NULL,
  [ UnitTypeIndex ] INTEGER NOT NULL,
  [ UIType ] INTEGER NOT NULL,
  [ UITitleText ] TEXT NOT NULL,
  [ UIContentText ] TEXT NOT NULL,
  [ UIContentType ] INTEGER NOT NULL,
  [ UIElementKey1 ] TEXT NOT NULL,
  [ UIElementKey2 ] TEXT NOT NULL,
  [ UIElementContent ] TEXT NOT NULL,
  [ UIPosX ] REAL NOT NULL,
  [ UIPoxY ] REAL NOT NULL,
  [ UIIsShowArrow ] INTEGER NOT NULL,
  [ UICenterArrow ] INTEGER NOT NULL,
  [ UITypeSrc ] TEXT NOT NULL,
  [ NeedTranslation ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)