FetchTableRow

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search

{EF} FetchTableRow

FetchTableRow(xTB,xVR)

Fetches a row of data of a previously loaded Database into the variables defined inside the database.

Alongside {EE} GetTableSize, it allows to quickly load multiple variables with desired values with minimal event space use.


See also: {EE} GetTableSize


Table : Byte (hex)

Table ID as defined in the "Table Index" sheet of the Event Databases spreadsheet for the currently loaded Database.


Variable Row : Byte (hex)

Target Variable which holds the Row ID to load.