mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Server: improve ConVar help string
Improved the helpstring for ConVar navmesh_always_reachable.
This commit is contained in:
parent
94c296561f
commit
2813c0e24f
@ -18,7 +18,7 @@
|
||||
|
||||
#include "ai_basenpc.h"
|
||||
|
||||
static ConVar navmesh_always_reachable("navmesh_always_reachable", "0", FCVAR_DEVELOPMENTONLY, "Marks goal poly from agent poly as reachable regardless of table data ( !slower! )");
|
||||
static ConVar navmesh_always_reachable("navmesh_always_reachable", "0", FCVAR_DEVELOPMENTONLY, "Marks goal poly from agent poly as reachable by ignoring static pathing ( !slower! )");
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose: gets the navmesh by type from global array [small, med_short, medium, large, extra_large]
|
||||
|
Loading…
x
Reference in New Issue
Block a user