GetTableSize

From Final Fantasy Hacktics Wiki
Revision as of 05:12, 23 February 2021 by Xifanie (talk | contribs) (Xifanie moved page Event Instruction EE to GetTableSize)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{EE} GetTableSize

GetTableSize(xVR,xTB)

Gets the size, or number of rows, of a table in the currently loaded database, so you can easily loop through all rows.


See also: {ED} LoadDatabase{EF} FetchTableRow


Variable : Byte (hex)

Variable to store the number of rows the Table holds.


Table ID : Byte (hex)

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