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

Method SetActor

code/game/g_navigator.cpp:497–502  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

495 //
496 ////////////////////////////////////////////////////////////////////////////////////
497 void SetActor(gentity_t* actor)
498 {
499 mActor = actor;
500 mActorSize = NAV::ClassifyEntSize(actor);
501 mDangerSpotRadiusSq = 0;
502 }
503
504 ////////////////////////////////////////////////////////////////////////////////////
505 //

Callers 2

FindPathMethod · 0.80
InSameRegionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected