This article's documentation is for the "GoldSrc" engine. Click here for more information.

Env funnel (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{tabs|env_funnel|goldsrc = 1|source = 1|main = source}} {{This is a|name=env_funnel|e0|engine=1}} It creates many sprites which move toward a point (or from a point). ==Key...")
 
(-added class hierarchy)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{tabs|env_funnel|goldsrc = 1|source = 1|main = source}}  
{{tabs|env_funnel|goldsrc = 1|source = 1|main = source}}  
{{This is a|name=env_funnel|e0|engine=1}} It creates many sprites which move toward a point (or from a point).
{{CD|CEnvFunnel|goldsrc=1}}
{{this is a|point entity|name=env_funnel|engine=GoldSrc}} It creates many sprites which move toward a point (or from a point).


==Key Values==
==Key Values==

Latest revision as of 08:39, 23 August 2024

C++ Class hierarchy
CEnvFunnel
CBaseDelay
CBaseEntity
C++ effects.cpp

env_funnel is a point entity available in all GoldSrc GoldSrc games. It creates many sprites which move toward a point (or from a point).

Key Values

Name (targetname) <string>
The targetname that other entities refer to this entity by.

Flags

Reverse : [1]
Funnel repels sprites instead of attracting them.