env_pinch
Jump to navigation
Jump to search
![]() |
---|
CEnv_Pinch |
env_pinch
is a point entity available in Black Mesa. This entity creates pinch with scaling effect, the pinch is sprite with refraction that uses
effects/strider_pinch_dudv
texture.


custom
folder (can be found in hl2_misc_dir.vpk
), otherwise you will see the chessboard texture, also, the console will spam Material effects/strider_pinch_dudv has bad reference count 0 when being bound
error message. Not in 
Keyvalues
- Life Time (timer) <float>
- Amount of time before
Finish
input afterStart
input.
- Start Size (startsize) <float>
- Start size.
- End Size (endsize) <float>
- End size.
Flags
- Remove after pinch fx is finished : [65536]
- If this flag is unchecked - this entity will not be removed after
Finish
input.
Inputs
- Start <void>
- Start the pinch effect.

Stop
input, this input will give restart effect.- Stop <void>
- Stop
Life Time
and make the pinch effect infinite.
- Finish <void> !FGD
- Finish the pinch effect and fire
OnFinish
output (also removes entity if the flag is checked).
Outputs
- OnFinish
- Fires when pinch effect is finished.