list.Get
From Garry's Mod
Contents |
Description
Returns a copy of the list stored at identifier
Arguments
string identifier
The list identifier
Returns
The copy of the list
Examples
Example
Get every available NPC from the client:
PrintTable( list.Get( "NPC" ) )