HolyLib Wiki

DeleteString

  boolean INetworkStringTable:DeleteString( number index )

Description

Deletes the string at the given index.

This is quiet slow since internally it saves all stringtable values, then fully clears it, and recreates it without the given index.
It will also delete precache data if you delete strings from tables like modelprecache and such.

Arguments

1number index
The index to delete

Returns

1boolean success
Returns true if the string was successfully deleted