Func liquidportal: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(it looks bad. seriously. (as for availability - I do think it's better separated))
Line 1: Line 1:
__NOTOC__
{{wrongtitle|title=func_liquidportal}}
{{wrongtitle|title=func_liquidportal}}
 
== Entity Description ==
Marks the space filled with portal liquid and teleport entities when done. This brush-based entity is exclusive to [[Portal]].
Marks the space filled with portal liquid and teleport entities when done.  
 
== Availability ==
This brush-based entity is exclusive to [[Portal]].
== Keyvalues ==
== Keyvalues ==
* {{kv Origin}}
* {{kv Origin}}

Revision as of 07:30, 18 November 2007

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

See also