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 (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
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|name=dumpentityfactories|c1}}{{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

Revision as of 13:42, 4 January 2024

dumpentityfactories is a c1 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