DB_Table.get_row
get_rowindexif_missing
Group: Selections
Aliases: row
Documentation
Gets a row from the table. This is a live read from the database, so the results may change on re-evaluation.
Arguments
index
: The index of the row to get within the table.if_missing
: The value to use if the selector isn't present.