This article's documentation is for anything that uses the Source engine. Click here for more information.

Dumpentityfactories: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (-console command)
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{format|type=c1|dumpentityfactories}}{{code|dumpentityfactories}} outputs every entity available runtime to the console, which means [[internal entities]] are excluded.
{{this is a|console command|name=dumpentityfactories}}{{code|dumpentityfactories}} outputs every entity available runtime to the console, which means [[internal entities]] are excluded.
  <span style="color:red">"dumpentityfactories"</span>
  <span style="color:red">"dumpentityfactories"</span>
   game
   game
Line 6: Line 6:
{{note|If you are searching for list of all entities in source games check [[dump_entity_sizes]] page}}
{{note|If you are searching for list of all entities in source games check [[dump_entity_sizes]] page}}


==See Also==
==See also==
*{{ent|dump_entity_sizes}}
*{{ent|dump_entity_sizes}}
*{{ent|report_entities}}
*{{ent|report_entities}}

Latest revision as of 19:05, 17 May 2024

dumpentityfactories is a console command available in all Source Source games.dumpentityfactories outputs every entity available runtime to the console, which means internal entities are excluded.

"dumpentityfactories"
 game
 - Lists all entity factory names.
Note.pngNote:If you are searching for list of all entities in source games check dump_entity_sizes page

See also