GameDB  1.6.0
GameDB Pro is a plugin that provides an easy to use and powerful game and meta data editor
GameDBCodegenExample Namespace Reference

The GameDB plugin provides generated code for each GameDB and its associated tables to allow easy typed access to all your saved GameDB data. More...

Classes

class  ExampleTable
 Each table in the GameDB will have an associated class generated for it, that provides accessors for all the Rows or specifc rows. Table classes are generated with names that match the table name For example: {TableName}Table ie. MyDataTable where table name is "MyData" More...
 
class  GameDB
 Each GameDB will output a generated GameDB class that will allow access to the Tables within the GameDB. Because this is scoped to a custom namespace there are no conflicts between multiple GameDBs in the same project. More...
 

Detailed Description

The GameDB plugin provides generated code for each GameDB and its associated tables to allow easy typed access to all your saved GameDB data.

The generated classes will be contained within a namespace based on the Scope Name entered for the relevant GameDB. For example: GameDB{ScopeName} ie. GameDBMyTestScope if the Scope Name was "MyTestScope".