Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTDomWebAdmin.UTDomGameSettings

Modifiers
abstract

Base WebAdmin Settings class for the Domination gametypes. 11/26/2008 - Added the option Players Inventory drop down list Writen by Brian 'Snake' Alexander. Copyright(c) 2007-2008 All Rights Reserved.

UTDomWebAdmin.UTDomGameSettings

Variables Summary
stringDOMAdminVer
class<UTDomGame>UTDomGameClass

Functions Summary
function initSettings ()))
function saveInternal ()))


Variables Detail

DOMAdminVer Source code

var const string DOMAdminVer;

UTDomGameClass Source code

var class<UTDomGame> UTDomGameClass;


Functions Detail

initSettings Source code

function initSettings ( ) )

saveInternal Source code

protected function saveInternal ( ) )


Defaultproperties

defaultproperties
{
   DOMAdminVer="3.1"
   UTDomGameClass=class'UTDomGame'
   UTTeamGameClass=class'UTDomGame'
   UTGameClass=class'UTDomGame'
   Properties(14)=(PropertyId=14,Data=(Type=SDT_Int32))
   Properties(15)=(PropertyId=15,Data=(Type=SDT_Int32))
   Properties(16)=(PropertyId=16,Data=(Type=SDT_Int32))
   Properties(17)=(PropertyId=17,Data=(Type=SDT_Int32))
   Properties(18)=(PropertyId=18,Data=(Type=SDT_Int32))
   Properties(19)=(PropertyId=19,Data=(Type=SDT_Int32))
   PropertyMappings(14)=(Id=14,name="MaxControlPoints",ColumnHeaderText="Max Control Points",MappingType=PVMT_Ranged,MaxVal=32.0,RangeIncrement=1.0)
   PropertyMappings(15)=(Id=15,name="Inventory",ColumnHeaderText="Plyaer Inventory",MappingType=PVMT_IdMapped,ValueMappings=((name="Disabled"),(Id=1,name="Unlimited Translocator"),(Id=2,name="Translocator"),(Id=3,name="Hoverboard")))
   PropertyMappings(16)=(Id=16,name="bUnlockedVehicles",ColumnHeaderText="Unlocked Vehicles",MappingType=PVMT_IdMapped,ValueMappings=((name="No"),(Id=1,name="Yes")))
   PropertyMappings(17)=(Id=17,name="bVehiclesCanCapturePoints",ColumnHeaderText="Vehicles Can Capture Points",MappingType=PVMT_IdMapped,ValueMappings=((name="No"),(Id=1,name="Yes")))
   PropertyMappings(18)=(Id=18,name="NumOfTeams",ColumnHeaderText="Number Of Teams",MappingType=PVMT_IdMapped,ValueMappings=((name="0"),(Id=1,name="1"),(Id=2,name="2"),(Id=3,name="3"),(Id=4,name="4")))
   PropertyMappings(19)=(Id=19,name="bUseMapList",ColumnHeaderText="Use ControlPoints in MapList struct",MappingType=PVMT_IdMapped,ValueMappings=((name="No"),(Id=1,name="Yes")))
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 23/12/2011 20:31:25.933 - Created with UnCodeX