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_UITutorialObjective.db

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

Row count: 1

Download CSV Zipped

CREATE TABLE UITutorialObjective (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ UIUnitType ] INTEGER NOT NULL,
  [ UIPosReset ] INTEGER NOT NULL,
  [ UITabReset ] INTEGER NOT NULL,
  [ UnsummonPet ] INTEGER NOT NULL,
  [ UnsummonVehicle ] INTEGER NOT NULL,
  [ HighlightPosX ] REAL NOT NULL,
  [ HighlightPosY ] REAL NOT NULL,
  [ HighlightWidth ] REAL NOT NULL,
  [ HighlightHeight ] REAL NOT NULL,
  [ HighlightPosX219 ] REAL NOT NULL,
  [ HighlightPosY219 ] REAL NOT NULL,
  [ HighlightWidth219 ] REAL NOT NULL,
  [ HighlightHeight219 ] REAL NOT NULL,
  [ HighlightInstancePath ] TEXT NOT NULL,
  [ InstanceShading ] INTEGER NOT NULL,
  [ InputRestriction ] INTEGER NOT NULL,
  [ HotKeyRestriction ] INTEGER NOT NULL,
  [ HighlightAreaType ] INTEGER NOT NULL,
  [ MsgBoxString ] TEXT NOT NULL,
  [ NextStepCond1 ] INTEGER NOT NULL,
  [ NextStepCond2 ] INTEGER NOT NULL,
  [ Param1 ] TEXT NOT NULL,
  [ Param2 ] TEXT NOT NULL,
  [ NextStep1 ] INTEGER NOT NULL,
  [ NextStep2 ] INTEGER NOT NULL,
  [ Delay ] INTEGER NOT NULL,
  [ PivotTypeString ] TEXT NOT NULL,
  [ TargetItem ] INTEGER NOT NULL,
  [ InstanceCircle ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ MsgBoxPos ] INTEGER NOT NULL,
  [ MsgBoxSize ] INTEGER NOT NULL,
  [ MsgBoxDistance ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)