Troubleshooting Outputs: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
==== Viewing Inputs ====
==== Viewing Inputs ====
[[File:Inputs Tab.jpg|thumb|right|Inputs Tab.]]
[[File:Inputs Tab.jpg|thumb|right|Inputs Tab.]]
Double click on the Entity that you wish to view the inputs of then navigate<br />
Double click on the Entity that you wish to view the inputs of then navigate
to the "Inputs" tab. Here you will find<br />
to the "Inputs" tab. Here you will find
Detailed information on every Input your<br />
Detailed information on every Input your
entity is receiving from other entities.<br />
entity is receiving from other entities.<br />
<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
occasionally.<br />
occasionally.<br />
==== I/O Queue ====
==== I/O Queue ====

Revision as of 16:53, 9 September 2018

Stub

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

Viewing Inputs

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