Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 |
//============================================================================= // SetupLink: Information about a Windows Shell link for the "Start" menu. //============================================================================= class SetupLink extends SetupObject native perobjectconfig; var bool Folder; var string Target; var string IconFile; var string StartPath; defaultproperties { Folder=False Target="<DESTDIR>\\System\\Program.exe" IconFile="<DESTDIR>\\System\\Program.exe" StartPath="<DESTDIR>" } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |