env_xen_portal_effect
Jump to navigation
Jump to search
![]() |
---|
CEnv_XenPortalEffect |

This entity is not in the FGD by default.
It should not be put directly in a map because used by other entity and wasn't supposed to be used via
Hammer. Available in Enhanced Black Mesa FGD.
It should not be put directly in a map because used by other entity and wasn't supposed to be used via

env_xen_portal_effect
is a point entity available in Black Mesa. This entity used by env_xen_portal to create the sound and push player away. Also can be used with I/O system.



Keyvalues
- Size (size) <float>
- Size. Affects the push away distance. The max push distance is distance increased by ~95 percent of specified value.
Inputs
- PushAway <void>
- Will push player once when fired. Doesn't play any sound.
- Burst <void>
- Copy of PushAway, but will also fire OnBurst output.
Outputs
- OnBurst <void>
- Fires via Burst input.
