Hammer updateignorelist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{CD|CWC_UpdateIgnoreList|file1=wcedit.cpp|CBaseEntity}}
{{CD|CWC_UpdateIgnoreList|file1=wcedit.cpp|CBaseEntity}}
{{base point|hammer_updateignorelist|since=Half-Life 2: Episode Two}} It specifies entities that are to be ignored by the [[hammer_update_safe_entities]] console command. Enter the targetnames of entities that you want to exclude into the list of fields here. Several of these may exist in a map.
{{Entity|hammer_updateignorelist|type=e0|since=Half-Life 2: Episode Two}} It specifies entities that are to be ignored by the [[hammer_update_safe_entities]] console command. Enter the targetnames of entities that you want to exclude into the list of fields here. Several of these may exist in a map.


== Keyvalues ==
== Keyvalues ==

Revision as of 13:13, 16 February 2023

C++ Class hierarchy
CWC_UpdateIgnoreList
CBaseEntity
C++ wcedit.cpp

Template:Entity It specifies entities that are to be ignored by the hammer_update_safe_entities console command. Enter the targetnames of entities that you want to exclude into the list of fields here. Several of these may exist in a map.

Keyvalues

IgnoredName 01 (IgnoredName01) to IgnoredName 16 (IgnoredName16) <targetname>
Do not send this entity's information back to hammer during hammer_update_safe_entities

See Also