Func instance io proxy
Jump to navigation
Jump to search
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.

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
- func_instance
- func_instance_parms - Entity to control parameters within instances.