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 (→‎See also: Unicodifying, replaced: See Also → See also)
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
 
Line 1: Line 1:
{{this is a|name=dumpentityfactories|c1}}{{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

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