StrataSource / Portal-2-Community-Edition

Task tracker for Portal 2: Community Edition
https://www.portal2communityedition.com
146 stars 3 forks source link

Dissolve input for all CBaseAnimating entities #1530

Open vrad-exe opened 9 months ago

vrad-exe commented 9 months ago

Which component should be improved?

Entity

Describe your suggestion

All CBaseAnimating entities have the ability to be dissolved in code, but only prop_weighted_cube includes the Dissolve and SilentDissolve inputs, with other entities needing to be dissolved using either a trigger_portal_cleanser or env_entity_dissolver. It would be nice if these inputs could be added to every entity, firing the OnFizzled output appropriately (which is already in CBaseAnimating)