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

Method GetInfoOf

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

Source from the content-addressed store, hash-verified

117 /* Find */
118 int GetIdOf(MyGraphicsVexItem *gvex);
119 VexInfo* GetInfoOf(int id){return vexList[id].info;}
120 VexInfo* GetInfoOf(MyGraphicsVexItem *gvex){return vexList[GetIdOf(gvex)].info;}
121 ALArc* FindArc(int sID, int eID);
122

Callers 1

InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected