Black Ops III

TableLookupIString

look up a row in a table and pull out a particular column from that row

Example:

TableLookupIString( "mp/statstable.csv", 0, "INDEX_KILLS", 1 )

Parameters

ParameterSummary
*filenameThe table to look up
*search column numThe column number of the stats table to search through
*search valueThe value to use when searching the
*return value column numThe column number value to return after we find the correct row

* = mandatory