MCPcopy Create free account
hub / github.com/JACoders/OpenJK / SetReturn

Method SetReturn

code/icarus/Sequence.cpp:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342*/
343
344void CSequence::SetReturn ( CSequence *sequence )
345{
346 assert( sequence != this );
347 m_return = sequence;
348}
349
350/*
351-------------------------

Callers 7

FlushMethod · 0.45
AddSequenceMethod · 0.45
AddAffectMethod · 0.45
Sequencer.cppFile · 0.45
CheckDoMethod · 0.45
AffectMethod · 0.45
RemoveSequenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected