mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-26 06:45:31 +03:00
Added GetRealTimeSpeechComplete
This commit is contained in:
parent
f448be8c2b
commit
06d2da3742
@ -185,6 +185,10 @@ public:
|
||||
float GetTimeSpeechComplete() const { return m_flStopTalkTime; }
|
||||
void BlockSpeechUntil( float time );
|
||||
|
||||
#ifdef EZ2
|
||||
float GetRealTimeSpeechComplete() const { return m_flStopTalkTimeWithoutDelay; }
|
||||
#endif
|
||||
|
||||
// --------------------------------
|
||||
|
||||
bool CanSpeakConcept( AIConcept_t concept );
|
||||
|
Loading…
Reference in New Issue
Block a user