Func liquidportal

From Valve Developer Community
Revision as of 19:16, 17 June 2008 by Yar Kramer (talk | contribs) (Removed 404'd link)
Jump to navigation Jump to search

Template:Wrongtitle

Entity description

Marks the space filled with portal liquid and teleport entities when done.

Availability

This brush-based entity is exclusive to Portal.

Keyvalues

<string>
  • Fill Time (sec)
<float> How long the volume takes to fill in seconds.

Inputs

The liquid portal this should link to. Will update linked portal to point back.
  • SetFillTime
How long the area takes to fill.
  • StartFilling
Start filling NOW. Entities teleport when finished.
  • AddActivatorToTeleportList
Add the activator entity to the list of entities to teleport when filling is finished.
  • RemoveActivatorFromTeleportList
emove the activator entity from the list of entities to teleport when filling is finished.

Outputs