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

Method SetSequential

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

Source from the content-addressed store, hash-verified

359
360 bool IsSequential() const { return m_bSequential; }
361 void SetSequential( bool seq ) { m_bSequential = seq; }
362
363 bool IsNoRepeat() const { return m_bNoRepeat; }
364 void SetNoRepeat( bool norepeat ) { m_bNoRepeat = norepeat; }

Callers 1

ParseResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected