This article's documentation is for anything that uses the Source engine. Click here for more information.

Env funnel: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-used fl template, concise page)
m (page templat uopdate)
Line 1: Line 1:
{{lang|Env funnel}}
{{lang|Env funnel}}
[[File:Funnel_animation.gif‎|right]]
[[File:Funnel_animation.gif‎|right]]
{{base point|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 is a|name=env_funnel|e0}} 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.
This entity must be activated with the {{ent|Use}} input. After it's <code>Use</code>d, it is deleted from the map.

Revision as of 11:51, 10 December 2023

English (en)中文 (zh)Translate (Translate)
Funnel animation.gif

env_funnel is an e0 available in all Source Source games. It creates many sprites which move toward a point (or from a point). This effect is used in c1a0eHalf-Life. 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.

C++ In code, it is represented by theCEnvFunnelclass, defined in theeffects.cppfile.

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. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

Use  !FGD
Activates the entity