Func liquidportal: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (minoro) |
||
Line 1: | Line 1: | ||
{{wrongtitle|title=func_liquidportal}} | {{wrongtitle|title=func_liquidportal}} | ||
Marks the space filled with portal liquid and teleport entities when done. | |||
==Availability== | |||
== Availability == | |||
This brush-based entity is exclusive to [[Portal]]. | This brush-based entity is exclusive to [[Portal]]. | ||
==Keyvalues== | |||
== Keyvalues == | |||
* {{kv Origin}} | * {{kv Origin}} | ||
* {{kv Angles}} | * {{kv Angles}} | ||
Line 12: | Line 14: | ||
: <float> How long the volume takes to fill in seconds. | : <float> How long the volume takes to fill in seconds. | ||
==Inputs== | == Inputs == | ||
* {{i targetname}} | * {{i targetname}} | ||
* '''SetLinkedLiquidPortal''' | * '''SetLinkedLiquidPortal''' | ||
Line 24: | Line 26: | ||
* '''RemoveActivatorFromTeleportList''' | * '''RemoveActivatorFromTeleportList''' | ||
: emove the activator entity from the list of entities to teleport when filling is finished. | : emove the activator entity from the list of entities to teleport when filling is finished. | ||
==Outputs== | |||
== Outputs == | |||
* {{o targetname}} | * {{o targetname}} | ||
== See also == | |||
* [http://jimbomcb.co.uk/funcliquidportal.vmf An example map] - use the context menu to download. | |||
[[Category:Portal Entities]] | [[Category:Portal Entities]] |
Revision as of 07:26, 18 November 2007
Marks the space filled with portal liquid and teleport entities when done.
Availability
This brush-based entity is exclusive to Portal.
Keyvalues
- Template:Kv Origin
- Template:Kv Angles
- Linked liquid portal
- <string>
- Fill Time (sec)
- <float> How long the volume takes to fill in seconds.
Inputs
- Template:I targetname
- SetLinkedLiquidPortal
- 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 - use the context menu to download.