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

Method VarDecl

sdk/angelscript/source/as_bytecode.cpp:1816–1825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1814}
1815
1816void asCByteCode::VarDecl(int varDeclIdx)
1817{
1818 if( AddInstruction() < 0 )
1819 return;
1820
1821 last->op = asBC_VarDecl;
1822 last->size = 0;
1823 last->stackInc = 0;
1824 last->wArg[0] = asWORD(varDeclIdx);
1825}
1826
1827int asCByteCode::FindLabel(int label, asCByteInstruction *from, asCByteInstruction **dest, int *positionDelta)
1828{

Callers 2

DeclareVariableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected