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

Generated on: 2025-07-23 11:55:09 UTC

Row count: 15

Download CSV Zipped

CREATE TABLE CameraContentsSetting (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ CameraMode ] INTEGER NOT NULL,
  [ AddYaw ] REAL NOT NULL,
  [ AddPitch ] REAL NOT NULL,
  [ SetFOV ] REAL NOT NULL,
  [ AddZoomDist ] REAL NOT NULL,
  [ IsometricLimitZoomStep ] INTEGER NOT NULL,
  [ UseBlend ] INTEGER NOT NULL,
  [ DOF_Override ] INTEGER NOT NULL,
  [ DOF_FalloffExponent ] REAL NOT NULL,
  [ DOF_BlurKernelSize ] REAL NOT NULL,
  [ DOF_FocusDistance ] REAL NOT NULL,
  [ DOF_FocusInnerRadius ] REAL NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)