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

Method SetReturn

codeJK2/icarus/Sequence.cpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306*/
307
308void CSequence::SetReturn ( CSequence *sequence )
309{
310 assert( sequence != this );
311 m_return = sequence;
312}
313
314/*
315-------------------------

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