mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-13 15:27:56 +03:00
Added GetRealTimeSpeechComplete
This commit is contained in:
parent
f448be8c2b
commit
06d2da3742
@ -184,6 +184,10 @@ public:
|
|||||||
bool CanSpeakAfterMyself();
|
bool CanSpeakAfterMyself();
|
||||||
float GetTimeSpeechComplete() const { return m_flStopTalkTime; }
|
float GetTimeSpeechComplete() const { return m_flStopTalkTime; }
|
||||||
void BlockSpeechUntil( float time );
|
void BlockSpeechUntil( float time );
|
||||||
|
|
||||||
|
#ifdef EZ2
|
||||||
|
float GetRealTimeSpeechComplete() const { return m_flStopTalkTimeWithoutDelay; }
|
||||||
|
#endif
|
||||||
|
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user