Env funnel: Difference between revisions
Jump to navigation
Jump to search
MossyBucket (talk | contribs) m (Oops.) |
SirYodaJedi (talk | contribs) (→Inputs) |
||
| (15 intermediate revisions by 10 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{languageBar}} | ||
{{ | {{tabs|env_funnel|goldsrc=1|source=1|main=source}} | ||
{{Distinguish|prop_tractor_beam|desc1= Sometimes shortened to funnel, from [[Portal 2]]}} | |||
{{CD|CEnvFunnel|file1=effects.cpp}} | |||
{{this is a|point entity|name=env_funnel}} It creates many sprites which move toward a point (or from a point). This effect is used in {{ent|c1a0e}}{{hl1}}. The sprite is hardcoded to be <code>sprites/flare6.vmt</code>, but some games are missing this texture. | |||
This entity must be activated with the {{ent|Use}} input. After it's <code>Use</code>d, it is deleted from the map. | |||
[[ | [[File:Funnel_animation.gif|thumb|right]] | ||
== Flags == | |||
{{fl|1|Reverse|Funnel repels sprites instead of attracting them.}} | |||
== Keyvalues == | |||
{{KV Targetname}} | |||
== Inputs == | |||
{{I|[[Use]]|nofgd=1|Activates the entity}} | |||
==Inputs== | |||
= | |||
Latest revision as of 11:27, 29 October 2025
Not to be confused with prop_tractor_beam (Sometimes shortened to funnel, from Portal 2).
| CEnvFunnel |
env_funnel is a point entity available in all
Source games. It creates many sprites which move toward a point (or from a point). This effect is used in c1a0e
. The sprite is hardcoded to be sprites/flare6.vmt, but some games are missing this texture.
This entity must be activated with the Use input. After it's Used, it is deleted from the map.
Flags
- Reverse : [1]
- Funnel repels sprites instead of attracting them.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentnameortarget).
Also displayed in Hammer's 2D views and Entity Report. - See also: Generic Keyvalues, Inputs and Outputs available to all entities