MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / GetInfoOf

Method GetInfoOf

graph_implement.h:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 /* Find */
193 int GetIdOf(MyGraphicsVexItem *gvex);
194 VexInfo* GetInfoOf(int id){return outVexList[id].info;}
195 VexInfo* GetInfoOf(MyGraphicsVexItem *gvex){return outVexList[GetIdOf(gvex)].info;}
196 AMLArc* FindArc(int strtID, int endID);
197

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected