Garry's Mod Wiki

scripted_ents.GetList

Description

Returns a copy of the list of all ENT tables registered

Returns

1 table
A table of all entities in the following format: (table keys are the classnames)
  • table t - The ENT table associated with the entity
  • boolean isBaseType - Always true
  • string Base - The entity base (note capital B in the key name)
  • string type - The entity type