![]() |
GameDB
1.6.0
GameDB Pro is a plugin that provides an easy to use and powerful game and meta data editor
|
This is the base class for all Rows in a GameDB's tables. It provides accessors to the values store within. More...
Inherited by GameDBCodegenExample.Example, and GameDBEditorLibrary.Row.
Public Member Functions | |
object | GetValue (string field) |
Gets the value for a particular field. More... | |
This is the base class for all Rows in a GameDB's tables. It provides accessors to the values store within.
object GameDBLibrary.RowBase.GetValue | ( | string | field | ) |
Gets the value for a particular field.
field | The name of the field to retrieve. |