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

Method PlaceWallmarks

ogsr_engine/xrGame/wallmark_manager.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13void CWalmarkManager::Clear() { m_wallmarks->clear(); }
14
15void CWalmarkManager::PlaceWallmarks(const Fvector& start_pos)
16{
17 m_pos = start_pos;
18 //. LPCSTR sect = pSettings->r_string(m_owner->cNameSect(), "wallmark_section");
19 Load("explosion_marks");
20
21 StartWorkflow();
22}
23
24float Distance(const Fvector& rkPoint, const Fvector rkTri[3], float& pfSParam, float& pfTParam, Fvector& closest, Fvector& dir);
25

Callers 1

ExplodeMethod · 0.80

Calls 1

LoadFunction · 0.85

Tested by

no test coverage detected