MCPcopy Create free account
hub / github.com/HailToDodongo/pyrite64 / load

Method load

n64/engine/src/script/nodeGraph.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void P64::NodeGraph::Instance::load(uint16_t assetIdx)
38{
39 asset = assetIdx;
40 graphDef = (GraphDef*)AssetManager::getByIndex(asset);
41 debugf("Stack-size: %d %d\n", asset, graphDef->stackSize);
42 corot = coro_create(graphDef->func, this, graphDef->stackSize*2);
43}
44
45P64::NodeGraph::Instance::~Instance()
46{

Callers 1

initDeleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected