mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-27 22:27:57 +03:00
Added GetRealTimeSpeechComplete
This commit is contained in:
parent
f448be8c2b
commit
06d2da3742
@ -185,6 +185,10 @@ public:
|
|||||||
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
|
||||||
|
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
|
|
||||||
bool CanSpeakConcept( AIConcept_t concept );
|
bool CanSpeakConcept( AIConcept_t concept );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user