$popd: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
'''$popd''' | '''$popd''' | ||
$sequence "idle" "idle.smd" | $sequence "idle" "idle.smd" | ||
[[Category:QC Commands]] |
Revision as of 18:26, 7 November 2007
This will revert the working directory to what it was before the $pushd command was issued.
Description
$popd
Example
$modelname "props/fan.mdl" $cdmaterials "models/props/" $model "Fan" "fan.smd" $pushd ".\new animations\" $sequence "rotate" "rotate.smd" $popd $sequence "idle" "idle.smd"