1
0
KF2-Dev-Scripts/GameFramework/Classes/GameCrowdSpawnerInterface.uc

12 lines
297 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*
* Used by classes which spawn crowd agents and want to be notified when they are destroyed.
*/
interface GameCrowdSpawnerInterface;
function AgentDestroyed(GameCrowdAgent Agent);
function float GetMaxSpawnDist();