Hammer updateignorelist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy)
mNo edit summary
Line 4: Line 4:
== Keyvalues ==
== Keyvalues ==
{{KV|IgnoredName 01|intn=IgnoredName01|to=IgnoredName 16|intn2=IgnoredName16|target_destination|Do not send this entity's information back to hammer during hammer_update_safe_entities}}
{{KV|IgnoredName 01|intn=IgnoredName01|to=IgnoredName 16|intn2=IgnoredName16|target_destination|Do not send this entity's information back to hammer during hammer_update_safe_entities}}
{{KV Targetname}}


== See Also ==
== See Also ==
* [[hammer_update_entity]]
* [[hammer_update_entity]]

Revision as of 04:43, 4 November 2022

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

Template:Base point 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