MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / SetNextType

Method SetNextType

src/server/angelscript/angelscript/source/as_restore.cpp:3389–3394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3387}
3388
3389void asCReader::SListAdjuster::SetNextType(int typeId)
3390{
3391 asASSERT( nextTypeId == -1 );
3392
3393 nextTypeId = typeId;
3394}
3395
3396void asCReader::CalculateStackNeeded(asCScriptFunction *func)
3397{

Callers 2

TranslateFunctionMethod · 0.80
WriteByteCodeMethod · 0.80

Calls 1

GetTokenTypeMethod · 0.80

Tested by

no test coverage detected