rott/kf_sources/GamePlay/Classes/ACTION_WaitForLIPSincAnimEnd.uc
2026-07-14 20:27:09 +07:00

16 lines
256 B
Ucode

// ifdef WITH_LIPSINC
class ACTION_WaitForLIPSincAnimEnd extends LatentScriptedAction;
function bool CompleteOnLIPSincAnim()
{
return true;
}
defaultproperties
{
ActionString="Wait for LIPSincAnimEnd"
bValidForTrigger=false
}
// endif