Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
308
void CSequence::SetReturn ( CSequence *sequence )
309
{
310
assert( sequence != this );
311
m_return = sequence;
312
}
313
314
/*
315
-------------------------
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