$cd (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(doesn't exist any more)
($pushd / $popd)
Line 1: Line 1:
The [[QC command]] <code>'''$cd'''</code> used to change the location at which SMD files and <code>[[$include]]</code>d QC files are looked for. '''It is no longer accepted by either the Ep1 or Orange Box build of [[studiomdl]].'''
The [[QC command]] <code>'''$cd'''</code> 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]].'''

Revision as of 11:21, 27 April 2008

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