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

Function vertex_position

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

Source from the content-addressed store, hash-verified

231}
232
233Fvector vertex_position(u32 level_vertex_id) { return (ai().level_graph().vertex_position(level_vertex_id)); }
234
235void map_add_object_spot(u16 id, LPCSTR spot_type, LPCSTR text)
236{

Callers 15

draw_nodesMethod · 0.85
level_graph.hFile · 0.85
distanceMethod · 0.85
vertex_positionMethod · 0.85
insideMethod · 0.85
vertex_plane_yMethod · 0.85
create_straight_pathMethod · 0.85
assign_y_valuesMethod · 0.85

Calls 1

vertex_positionMethod · 0.80

Tested by

no test coverage detected