Hammer updateignorelist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Changed Base point ep2 template to base point, as this entity is available in all games after Orange Box, not just Orange Box games)
(-concise page)
Line 2: Line 2:


== Keyvalues ==
== Keyvalues ==
{{KV|IgnoredName 01|to=IgnoredName 16|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}}
{{KV Targetname}}


== Inputs ==
== See Also ==
{{I Targetname}}
* [[hammer_update_entity]]
 
== Outputs ==
{{O Targetname}}

Revision as of 12:38, 25 October 2022

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
Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

See Also