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

21 lines
873 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// ActorFactoryKFScriptedPlayerPathGoal
//=============================================================================
// This provides an option to place a KFScriptedPlayerPathGoal when a level designer
// right-clicks a location in a level in the editor
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
class ActorFactoryKFScriptedPlayerPathGoal extends ActorFactory
config(Editor)
collapsecategories
hidecategories(Object)
native(Waypoint);
defaultproperties
{
MenuName="Add KFScriptedPlayerPathGoal"
NewActorClass=class'KFGame.KFScriptedPlayerPathGoal'
bShowInEditorQuickMenu=true
}