Black Ops III

TableLookupColumnForRow

look up a particular row and column in a table

Example:

TableLookupColumnForRow( "gamedata/tables/mp/exampleStringTable.csv", 101, 7 )

Parameters

ParameterSummary
*filenameThe table to look up
*search row numThe row number of the string table to search through
*search column numThe column number of the string table to search through

* = mandatory