1
0
KF2-Dev-Scripts/KFGame/Classes/KFSeqAct_SetTeleporterURLNum.uc

18 lines
724 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// KFSeqAct_ShowPath
//=============================================================================
// Action that creates a trail path to any actor.
//=============================================================================
// Killing Floor 2
// Copyright (C) 2016 Tripwire Interactive LLC
//=============================================================================
class KFSeqAct_SetTeleporterURLNum extends SequenceAction;
defaultproperties
{
ObjName="Set Teleporter URL Num"
ObjCategory="Killing Floor"
HandlerName="OnSetURLNum"
VariableLinks(1)=(ExpectedType=class'SeqVar_Int',LinkDesc="Value",MaxVars=1)
}