Garry's Mod Wiki

scripted_ents.GetList

Description

Returns a copy of the list of all ENT tables registered

Returns

1 table<string, table>
A table of all SENTs where the key is the classname and the value is a table where:
  • table t — The ENT table associated with the entity
  • boolean isBaseType — Unused. Always true
  • string Base — The entity base
  • string type — The entity type