Skip to content

Commit e632f1b

Browse files
committed
feat[p2ce]: Add inputs to change fizzler options at runtime
1 parent 3818f16 commit e632f1b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

fgd/brush/trigger/trigger_portal_cleanser.fgd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626

2727
// Inputs
2828
input FizzleTouchingPortals(void) : "Cause any portals in our volume to immediately fizzle."
29+
input SetBlockPortalShots(boolean) : "Set whether the fizzler will block portal shots."
30+
input SetObstructPortals(boolean): "Set whether the fizzler will act like a portal bumper, and fizzle portals when enabled."
31+
input SetScanlineColor(color255) : "Set the color to use for the scanline particle effect."
2932

3033
// Outputs
3134
output OnDissolve(void) : "Fired whenever an entity is dissolved."

0 commit comments

Comments
 (0)