Func portalled

From Valve Developer Community
Revision as of 00:09, 13 June 2011 by Barracuda (talk | contribs) (Created page with '{{portal2 brush|func_portalled}} == Entity description == Fires outputs when an entity teleports through a portal in its volume. == Keyvalues == {{KV|Fire On Departure|boolean|…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Portal2 brush

Entity description

Fires outputs when an entity teleports through a portal in its volume.

Keyvalues

Fire On Departure ([todo internal name (i)]) <boolean>
Fire when the entity is entering this portal
Fire On Arrival ([todo internal name (i)]) <boolean>
Fire when the entity is exiting this portal
Player ([todo internal name (i)]) <boolean>
Fire when a player has portalled

Template:KV func portal detector

Flags

Template:Fl func portal detector

Inputs

Template:I func portal detector

Outputs

OnEntityPrePortalled
Fires when the entity is about to portal.
OnEntityPostPortalled
Fires when the entity is done portalling.

Template:O func portal detector