1
0
KF2-Dev-Scripts/Engine/Classes/Interface_Speaker.uc

11 lines
225 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* Interface for actors that can Speak
*
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
interface Interface_Speaker
native;
/** Very simple for now. */
simulated event Speak(SoundCue Cue);