Defines2
SymbolDescription
INVALID_STRING_INDEXAn invalid string index in a table
INVALID_STRING_TABLEAn invalid string table index
Functions13
SymbolDescription
AddFileToDownloadsTableAdds a file to the downloadables network string table. This forces a client to download the file if they do not already have it.
AddToStringTableAdds a string to a given string table.
FindStringIndexSearches for the index of a given string in a string table.
FindStringTableSearches for a string table.
GetNumStringTablesReturns the number of string tables that currently exist.
GetStringTableDataRetrieves the user data associated with a given string index.
GetStringTableDataLengthReturns the length of the user data associated with a given string index.
GetStringTableMaxStringsReturns the maximum number of strings that are allowed in a given string table.
GetStringTableNameRetrieves the name of a string table.
GetStringTableNumStringsReturns the number of strings that currently exist in a given string table.
LockStringTablesLocks or unlocks the network string tables.
ReadStringTableRetrieves the string at a given index of a string table.
SetStringTableDataSets the user data associated with a given string index.