MCPcopy Create free account
hub / github.com/BSVino/DoubleAction / SetContext

Method SetContext

mp/src/game/server/AI_ResponseSystem.cpp:522–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 }
521
522 void SetContext( const char *context )
523 {
524 delete[] m_szContext;
525 m_szContext = CopyString( context );
526 }
527
528 const char *GetContext( void ) const { return m_szContext; }
529

Callers 2

ParseRuleMethod · 0.45
CopyRuleFromMethod · 0.45

Calls 1

CopyStringFunction · 0.70

Tested by

no test coverage detected