Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
344
void CSequence::SetReturn ( CSequence *sequence )
345
{
346
assert( sequence != this );
347
m_return = sequence;
348
}
349
350
/*
351
-------------------------
Callers
7
Flush
Method · 0.45
AddSequence
Method · 0.45
AddAffect
Method · 0.45
Sequencer.cpp
File · 0.45
CheckDo
Method · 0.45
Affect
Method · 0.45
RemoveSequence
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected