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

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

Row count: 12475

Download CSV Zipped

CREATE TABLE CashShopCameraPreset (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ViewType ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Distance ] REAL NOT NULL,
  [ Pitch ] REAL NOT NULL,
  [ Yaw ] REAL NOT NULL,
  [ LootAtOffsetX ] REAL NOT NULL,
  [ LootAtOffsetY ] REAL NOT NULL,
  [ LootAtOffsetZ ] REAL NOT NULL,
  [ PCDummy ] INTEGER NOT NULL,
  [ PCDummyOffsetX ] REAL NOT NULL,
  [ PCDummyOffsetY ] REAL NOT NULL,
  [ PCDummyOffsetZ ] REAL NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)