MCPcopy Create free account
hub / github.com/anjo76/angelscript / SetNextType

Method SetNextType

sdk/angelscript/source/as_restore.cpp:3480–3485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3478}
3479
3480void asCReader::SListAdjuster::SetNextType(int typeId)
3481{
3482 asASSERT( nextTypeId == -1 );
3483
3484 nextTypeId = typeId;
3485}
3486
3487void asCReader::CalculateStackNeeded(asCScriptFunction *func)
3488{

Callers 2

TranslateFunctionMethod · 0.80
WriteByteCodeMethod · 0.80

Calls 1

GetTokenTypeMethod · 0.80

Tested by

no test coverage detected