All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Valve Developer Community. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:56, 4 May 2025 Nescius talk contribs created page IO param conversion (Created page with "{{cleanup}} If input is given a parameter by an output the following conversions are possible: * If output and input param type match we just pass it along. * If input takes no parameters we just always give it nothing. * If input takes variant param we just pass it along. * If output passes integer, then input can take it if it's float or boolean. * If output passes float, then input can take it if it's integer or boolean. * If output passes string (parameter override...")