| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Kismet event that returns the GoalScore and TimeLimit for the match. Writen by Brian 'Snake' Alexander. Copyright(c) 2009-2010 All Rights Reserved.
UTDom.DOMSeqEvent_GetMatchSettings
| Variables Summary | |
|---|---|
| int | GoalScore |
| int | TimeLimit |
| Functions Summary | ||
|---|---|---|
![]() | Activated ())) | |
| Variables Detail |
|---|
The ammount of points needed to win the match
The TimeLimit for the match
| Functions Detail |
|---|
Activated Source code| Defaultproperties |
|---|
defaultproperties
{
ObjName="Get Match Settings"
ObjCategory="UTDom Events"
MaxTriggerCount=1
bPlayerOnly=false
VariableLinks(1)=(ExpectedType=class'SeqVar_Int',LinkDesc="Goal Score",bWriteable=true,PropertyName=GoalScore)
VariableLinks(2)=(ExpectedType=class'SeqVar_Int',LinkDesc="Time Limit",bWriteable=true,PropertyName=TimeLimit)
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||