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

Method ClearActor

code/game/g_navigator.cpp:507–512  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

505 //
506 ////////////////////////////////////////////////////////////////////////////////////
507 void ClearActor()
508 {
509 mActor = 0;
510 mActorSize = 0;
511 mDangerSpotRadiusSq = 0;
512 }
513
514 gentity_t* GetActor()
515 {

Callers 6

FindPathMethod · 0.80
SafePathExistsMethod · 0.80
EstimateCostToGoalMethod · 0.80
InSameRegionMethod · 0.80
ShowDebugInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected