| Function | Description | 
|---|---|
| AddFileToDownloadsTable | Adds a file to the downloadables network string table. This forces a client to download the file if they do not already have it. | 
| AddToStringTable | Adds a string to a given string table. | 
| FindStringIndex | Searches for the index of a given string in a string table. | 
| FindStringTable | Searches for a string table. | 
| GetNumStringTables | Returns the number of string tables that currently exist. | 
| GetStringTableData | Retrieves the user data associated with a given string index. | 
| GetStringTableDataLength | Returns the length of the user data associated with a given string index. | 
| GetStringTableMaxStrings | Returns the maximum number of strings that are allowed in a given string table. | 
| GetStringTableName | Retrieves the name of a string table. | 
| GetStringTableNumStrings | Returns the number of strings that currently exist in a given string table. | 
| LockStringTables | Locks or unlocks the network string tables. | 
| ReadStringTable | Retrieves the string at a given index of a string table. | 
| SetStringTableData | Sets the user data associated with a given string index. | 
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.