1
0
KF2-Dev-Scripts/Engine/Classes/SeqCond_IsSameTeam.uc

20 lines
385 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class SeqCond_IsSameTeam extends SequenceCondition
native(Sequence);
cpptext
{
virtual void Activated();
}
defaultproperties
{
ObjName="Same Team"
OutputLinks(0)=(LinkDesc="True")
OutputLinks(1)=(LinkDesc="False")
VariableLinks(0)=(ExpectedType=class'SeqVar_Object',LinkDesc="Players")
}