12 lines
297 B
Ucode
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();
|