Home
last modified time | relevance | path

Searched refs:NAVDEBUG_curGoal (Results 1 – 6 of 6) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_nav.h43 extern int NAVDEBUG_curGoal;
H A Dg_nav.cpp418 int NAVDEBUG_curGoal = 0; variable
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dg_nav.h53 extern int NAVDEBUG_curGoal;
H A Dg_nav.cpp1583NAVDEBUG_curGoal = navigator.GetNearestNode( &g_entities[0], g_entities[0].waypoint, NF_CLEAR_PATH… in Svcmd_Nav_f()
1615 int NAVDEBUG_curGoal = 0; variable
1858 int testNode = navigator.GetBestNode( nearestNode, NAVDEBUG_curGoal ); in NAV_ShowDebugInfo()
1866 navigator.GetNodePosition( NAVDEBUG_curGoal, dest ); in NAV_ShowDebugInfo()
1871 navigator.ShowPath( nearestNode, NAVDEBUG_curGoal ); in NAV_ShowDebugInfo()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_nav.h81 extern int NAVDEBUG_curGoal;
H A Dg_nav.c1597NAVDEBUG_curGoal = trap->Nav_GetNearestNode( (sharedEntity_t *)&g_entities[0], g_entities[0].waypo… in Svcmd_Nav_f()
1629 int NAVDEBUG_curGoal = 0; variable
1900 int testNode = trap->Nav_GetBestNode( nearestNode, NAVDEBUG_curGoal, NODE_NONE ); in NAV_ShowDebugInfo()
1908 trap->Nav_GetNodePosition( NAVDEBUG_curGoal, dest ); in NAV_ShowDebugInfo()
1913 trap->Nav_ShowPath( nearestNode, NAVDEBUG_curGoal ); in NAV_ShowDebugInfo()