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 |
/** * This specialized game settings class is used for searches involving the player's list of most recently visited servers. * It contains the combined properties and settings from all other gametypes, because it must potentially display different * information for each server in the history list. * * Copyright 1998-2011 Epic Games, Inc. All Rights Reserved. */ class UTGameSettingsPersonal extends UTGameSettingsCommon; DefaultProperties { } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |