Func instance io proxy: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '{{as point|func_instance_io_proxy}} It is also available in Portal 2. ==Entity Description== Place one copy of this entity inside of an instance. Sending messages to en…')
 
m (Should have an icon for portal 2 too.)
Line 1: Line 1:
{{as point|func_instance_io_proxy}} It is also available in [[Portal 2]].
{{portal2}} {{as point|func_instance_io_proxy}} It is also available in [[Portal 2]].


==Entity Description==
==Entity Description==

Revision as of 06:29, 3 May 2011

Portal 2 Template:As point It is also available in Portal 2.

Entity Description

Place one copy of this entity inside of an instance. Sending messages to entities inside the instance from the Proxy's OnProxyRelay output will allow you to trigger these entities from outside the instance by sending messages to the func_instance. Send the ProxyRelay message from entities inside the instance to the proxy and you will be able to use these events to send messages to other entities outside the instance from the func_instance.

Note.pngNote:The instance, the proxy, and all entities involved should be named descriptively.

KeyValues

Name <target_source>
The name that other entities refer to this entity by.

Inputs

ProxyRelay
This message will get relayed and will be available from the instance.

Outputs

OnProxyRelay
A message from outside can trigger this to cause something to happen in the instance.

See also