MCPcopy Create free account
hub / github.com/JACoders/OpenJK / SetDangerSpot

Method SetDangerSpot

code/game/g_navigator.cpp:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517 }
518
519 void SetDangerSpot(const CVec3& Spot, float RadiusSq)
520 {
521 mDangerSpot = Spot;
522 mDangerSpotRadiusSq = RadiusSq;
523 }
524 void ClearDangerSpot()
525 {
526 mDangerSpotRadiusSq = 0;

Callers 1

FindPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected