Env pinch: Difference between revisions
Jump to navigation
Jump to search
Note:If fired after Stop input, this input will give restart effect.
MyGamepedia (talk | contribs) (Created page with "550px|right {{this is a|point entity|name=env_pinch|game=Black Mesa}} This entity creates pinch with scaling effect, the pinch is sprite with refractio...") |
MyGamepedia (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[File:envpinchfx.jpg|550px|right]] | [[File:envpinchfx.jpg|550px|right]] | ||
{{this is a|point entity|name=env_pinch|game=Black Mesa}} This entity creates pinch with scaling effect, the pinch is sprite with refraction that uses {{code|effects/strider_pinch_dudv}} texture. | {{this is a|point entity|name=env_pinch|game=Black Mesa}} This entity creates pinch with scaling effect, the pinch is sprite with refraction that uses {{code|effects/strider_pinch_dudv}} texture. | ||
{{bug|The sprite disappear when player don't see [[origin]] of this entity.}} | |||
{{back |Black Mesa Level Creation}} | |||
==Keyvalues== | ==Keyvalues== |
Revision as of 05:49, 7 August 2024
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.
Keyvalues
- Life Time (timer) <float>
- Amount of time before Finish input after Start 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 <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.