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

Engine.SeqCond_CompareInt

Extends
SequenceCondition
Modifiers
native ( Sequence )

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceCondition
         |   
         +-- Engine.SeqCond_CompareInt

Variables Summary
SeqCond_CompareInt
intValueA
intValueB
Inherited Variables from Engine.SequenceOp
ActivateCount, bActive, bAutoActivateOutputLinks, bLatentExecution, EventLinks, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks

Structures Summary
Inherited Structures from Engine.SequenceOp
SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink

Functions Summary
Inherited Functions from Engine.SequenceCondition
IsValidUISequenceObject
Inherited Functions from Engine.SequenceOp
Activated, Deactivated, GetBoolVars, GetController, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset


Variables Detail

SeqCond_CompareInt

ValueA Source code

var(SeqCond_CompareInt) int ValueA;

ValueB Source code

var(SeqCond_CompareInt) int ValueB;


Defaultproperties

defaultproperties
{
   OutputLinks(0)=(LinkDesc="A <= B")
   OutputLinks(1)=(LinkDesc="A > B")
   OutputLinks(2)=(LinkDesc="A == B")
   OutputLinks(3)=(LinkDesc="A < B")
   OutputLinks(4)=(LinkDesc="A >= B")
   VariableLinks(0)=(ExpectedType=Class'Engine.SeqVar_Int',LinkDesc="A",PropertyName="ValueA",MinVars=1,MaxVars=255)
   VariableLinks(1)=(ExpectedType=Class'Engine.SeqVar_Int',LinkDesc="B",PropertyName="ValueB",MinVars=1,MaxVars=255)
   ObjName="Compare Int"
   ObjCategory="Comparison"
   Name="Default__SeqCond_CompareInt"
   ObjectArchetype=SequenceCondition'Engine.Default__SequenceCondition'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 26/11/2007 17:41:09.015 - Created with UnCodeX