$cd (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
The deprecated [[QC command]] <code>'''$cd'''</code> was used to change the location at which SMD files and <code>[[$include]]</code>d QC files are looked for. '''It has been replaced by [[$pushd]] and [[$popd]].'''
The deprecated [[QC command]] <code>'''$cd'''</code> was used to change the location at which SMD files and <code>[[$include]]</code>d QC files are looked for. '''It has been replaced by [[$pushd]] and [[$popd]].'''
[[Category:QC Commands]]

Revision as of 18:59, 14 March 2011

The deprecated QC command $cd was used to change the location at which SMD files and $included QC files are looked for. It has been replaced by $pushd and $popd.