MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / vertex_id

Function vertex_id

ogsr_engine/xrGame/level_script.cpp:745–745  ·  view source on GitHub ↗

Real Wolf 07.07.2014

Source from the content-addressed store, hash-verified

743
744// Real Wolf 07.07.2014
745u32 vertex_id(const Fvector& vec) { return ai().level_graph().vertex_id(vec); }
746
747u32 vertex_id(u32 node, const Fvector& vec) { return ai().level_graph().vertex_id(node, vec); }
748

Callers 4

draw_nodesMethod · 0.85
~CVertexMethod · 0.85
operator==Method · 0.85
vertex_idMethod · 0.85

Calls 1

vertex_idMethod · 0.45

Tested by

no test coverage detected