Updateitem1: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(This is just a basic point entity, no targetname or anything (and definitely not TF team, who added that??))
Line 2: Line 2:


==Entity Description==
==Entity Description==
This entity seems to be the area where [[updateitem2]] will receive a signal (sprite turns green, sounds play, static sounds, etc...).
This entity is the area where [[updateitem2]] will receive a signal (sprite turns green, sounds play, static sounds, etc...).


==Keyvalues==
==Keyvalues==
* {{KV Targetname}}
{{KV BaseEntity|base=1}}
* {{KV DamageFilter}}
* {{KV Parentname}}
* {{KV TFTeam}}


== Inputs ==
== Inputs ==
* {{O CustomBaseEntity}}
{{I BaseEntity|prel4d=1|base=1}}
* {{I DamageFilter}}
* {{I Damage}}
* {{I RenderFields}}


== Outputs ==
== Outputs ==
* '''OnUser1'''
{{O BaseEntity}}
* '''OnUser2'''
* '''OnUser3'''
* '''OnUser4'''


== See Also ==
== See Also ==
* [[Updateitem2]]
* [[updateitem2]]

Revision as of 17:18, 2 May 2020

Template:Portal point It was added by the March 1, 2010 update.

Entity Description

This entity is the area where updateitem2 will receive a signal (sprite turns green, sounds play, static sounds, etc...).

Keyvalues

Inputs

Outputs

See Also