home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
UnrealScript Game Programming All in One
/
UnrealScriptGameProgrammingAllInOne.iso
/
UGPAIOListings
/
UGPAIOListingsCh08
/
CH08LIST
/
Classes
/
CH08_01LIST.uc
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-01-25
|
254 b
|
16 lines
// %PARAMETERS = "CH08LIST C:\UT2004"
//Identifies the package
//CH08_01LIST.uc
class CH08_01LIST extends Commandlet;
function int Main(string Args)
{
log("*************");
log("CH0801LIST!");
log("*************");
return 0;
}