Garry's Mod Wiki

list.RemoveEntry

  list.RemoveEntry( string list, string key )

Recently Added

This was recently added in version (2025.05.15). It might only be available on the Dev Branch right now.

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.