Cogito, ergo sum

Difference between revisions of "UE3:UTDuelGameSettings (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
(One intermediate revision by one other user not shown)
Line 54: Line 54:
 
! {{tl|SettingsPropertyPropertyMetaData||Settings|Member}}
 
! {{tl|SettingsPropertyPropertyMetaData||Settings|Member}}
 
! Value
 
! Value
|-
 
| 000000,MaxVal
 
|
 
|-
 
| 000000,RangeIncrement
 
|
 
 
|-
 
|-
 
| ColumnHeaderText
 
| ColumnHeaderText
Line 69: Line 63:
 
| MappingType
 
| MappingType
 
| {{tl|EPropertyValueMappingType|||PVMT_Ranged}}
 
| {{tl|EPropertyValueMappingType|||PVMT_Ranged}}
 +
|-
 +
| MaxVal
 +
| 999.0
 
|-
 
|-
 
| MinVal
 
| MinVal
Line 75: Line 72:
 
| Name
 
| Name
 
| 'NumRounds'
 
| 'NumRounds'
 +
|-
 +
| RangeIncrement
 +
| 1.0
 
|}
 
|}
 
|-
 
|-

Revision as of 02:44, 26 July 2008

UT3 Object >> Settings >> WebAdminSettings >> UTGameSettings >> UTTeamGameSettings >> UTDuelGameSettings
Package: 
WebAdmin

Settings class for the duel gametype.

Copyright 2008 Epic Games, Inc. All Rights Reserved

Author: Michiel 'elmuerte' Hendriks

Properties

UTDuelGameClass

Type: class<UTDuelGame>

Modifiers: const


Default value: Class'UTGame.UTDuelGame'

Default values

Property Value
Properties[13]
Member Value
Data
Member Value
Type SDT_Int32
PropertyId 13
PropertyMappings[13]
Member Value
ColumnHeaderText "Rounds"
Id 13
MappingType PVMT_Ranged
MaxVal 999.0
MinVal 1.0
Name 'NumRounds'
RangeIncrement 1.0
UTGameClass Class'UTGame.UTDuelGame'
UTTeamGameClass Class'UTGame.UTDuelGame'

Instance functions

init

function init ()

Overrides: UTTeamGameSettings.init


saveInternal

protected function saveInternal ()

Overrides: UTTeamGameSettings.saveInternal