1
0
KF2-Dev-Scripts/GameFramework/Classes/GameCrowdSpawnerInterface.uc
2020-12-13 18:01:13 +03:00

12 lines
297 B
Ucode

/**
* 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();