Added GetRealTimeSpeechComplete

This commit is contained in:
Blixibon 2022-01-17 16:49:30 -06:00
parent f448be8c2b
commit 06d2da3742

View File

@ -184,6 +184,10 @@ public:
bool CanSpeakAfterMyself();
float GetTimeSpeechComplete() const { return m_flStopTalkTime; }
void BlockSpeechUntil( float time );
#ifdef EZ2
float GetRealTimeSpeechComplete() const { return m_flStopTalkTimeWithoutDelay; }
#endif
// --------------------------------