$popd: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (increased quality)
mNo edit summary
Line 3: Line 3:
==Description==
==Description==


$popd
$popd


==Example==
==Example==

Revision as of 20:57, 13 October 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"