1
0
KF2-Dev-Scripts/KFGame/Classes/KFInterface_Usable.uc

12 lines
352 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 KFInterface_Usable;
/** Checks if this actor is presently usable */
simulated function bool GetIsUsable( Pawn User );
/** Return the index for our interaction message. */
function int GetInteractionIndex( Pawn User );