Talk:Logic branch: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with 'Seems that even though I am using SetValue without the test, it is firing the OnFalse immediately upon receiving the input. I have a separate relay for firing the Test input but …')
 
No edit summary
Line 1: Line 1:
Seems that even though I am using SetValue without the test, it is firing the OnFalse immediately upon receiving the input. I have a separate relay for firing the Test input but the branch in just firing out the output immediately on SetValue. Am I missing something? --[[User:RTF|RTF]] 05:44, 4 April 2011 (UTC)
Seems that even though I am using SetValue without the test, it is firing the OnFalse immediately upon receiving the input. I have a separate relay for firing the Test input but the branch in just firing out the output immediately on SetValue. Am I missing something? --[[User:RTF|RTF]] 05:44, 4 April 2011 (UTC)
(Update) It appears my branch_listeners were firing off the outputs and not the branches themselves, I figured the listeners would wait for a test input but I guess I was wrong. --[[User:RTF|RTF]] 05:52, 4 April 2011 (UTC)

Revision as of 22:52, 3 April 2011

Seems that even though I am using SetValue without the test, it is firing the OnFalse immediately upon receiving the input. I have a separate relay for firing the Test input but the branch in just firing out the output immediately on SetValue. Am I missing something? --RTF 05:44, 4 April 2011 (UTC)

(Update) It appears my branch_listeners were firing off the outputs and not the branches themselves, I figured the listeners would wait for a test input but I guess I was wrong. --RTF 05:52, 4 April 2011 (UTC)