Garry's Mod Wiki

list.GetForEdit

  table list.GetForEdit( string identifier, boolean dontCreate = false )

Description

Returns the actual table of the list stored at identifier. Modifying this will affect the stored list

Arguments

1 string identifier
The list identifier
2 boolean dontCreate = false
If the list at given identifier does not exist, do not create it.

Returns

1 table
The actual list