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

9 lines
332 B
Ucode

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