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

9 lines
332 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 actor classes which want to customize chosing the spawn position of agents spawned at their location.
*/
interface GameCrowdSpawnInterface;
function GetSpawnPosition(SeqAct_GameCrowdSpawner Spawner, out vector SpawnPos, out rotator SpawnRot);