Troubleshooting Outputs: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
<br />
<br />
The "Inputs" tab is very good for troubleshooting; you will make mistakes<br />
The "Inputs" tab is very good for troubleshooting; you will make mistakes<br />
occasionally.
occasionally.<br />
==== I/O queue ====
At the bottom of the properties window, it shows the outputs from the entity that you're editing. If they have a red cross through them, hammer has detected something wrong with the output, if your output isn't working properly and there isn't a red cross through it, then maybe try changing the parameters of the output.


See Next: [[Setting up an Output]]
See Next: [[Setting up an Output]]
[[Category:IO System]]
[[Category:IO System]]

Revision as of 16:48, 9 September 2018

Stub

This article or section is a stub. You can help by expanding it.

Inputs Tab.

Double click on the Entity that you wish to view the inputs of then navigate
to the "Inputs" tab. Here you will find
Detailed information on every Input your
entity is receiving from other entities.

The "Inputs" tab is very good for troubleshooting; you will make mistakes
occasionally.

I/O queue

At the bottom of the properties window, it shows the outputs from the entity that you're editing. If they have a red cross through them, hammer has detected something wrong with the output, if your output isn't working properly and there isn't a red cross through it, then maybe try changing the parameters of the output.

See Next: Setting up an Output