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

UTDom.DOMSeqEvent_GetMatchSettings

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
intGoalScore
intTimeLimit

Functions Summary
event Activated ()))


Variables Detail

GoalScore Source code

var int GoalScore;
The ammount of points needed to win the match

TimeLimit Source code

var int TimeLimit;
The TimeLimit for the match


Functions Detail

Activated Source code

event Activated ( ) )


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
previous class      next class frames      no frames
Creation time: Fri 23/12/2011 20:31:25.749 - Created with UnCodeX