Func liquidportal: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (k, Bali.)
No edit summary
Line 32: Line 32:


== See also ==
== See also ==
* [http://jimbomcb.co.uk/funcliquidportal.vmf An example map] - use the context menu to download.
* [http://jimbomcb.co.uk/funcliquidportal.zip An example map] - Special thanks to Mr Barnett for the help with this and all things portal --[[User:Jimbomcb|Jimbomcb]] 07:53, 18 Nov 2007 (PST)


[[Category:Portal Entities]]
[[Category:Portal Entities]]

Revision as of 08:53, 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

  • An example map - Special thanks to Mr Barnett for the help with this and all things portal --Jimbomcb 07:53, 18 Nov 2007 (PST)