Difference between revisions of "GetTableSize"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m (Xifanie moved page Event Instruction EE to GetTableSize)
 
(No difference)

Latest revision as of 05:12, 23 February 2021

{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.