Dumpentityfactories: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-removed dumped lists since there were only 4 and only difference from dump_entity_size is the size in bytes printed next to it)
Tag: Replaced
m (-console command)
Line 1: Line 1:
{{format|type=c2|dumpentityfactories}}{{code|dumpentityfactories}} outputs every entity available runtime to the console, which means [[internal entities]] are excluded.
{{format|type=c1|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

Revision as of 11:50, 23 August 2023

Template:Formatdumpentityfactories 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