Garry's Mod Wiki

list.RemoveEntry

  list.RemoveEntry( string list, string key )

Description

Removes a single entry from the list list with key key.

This is equivalent to list.Set( myList, myKey, nil ).

Arguments

1 string list
List to remove an entry in.
2 string key
The key for the entry to remove.