Context steering for NPCs (#12915)
This commit is contained in:
@@ -537,6 +537,11 @@ namespace Content.Shared.CCVar
|
||||
|
||||
public static readonly CVarDef<bool> NPCEnabled = CVarDef.Create("npc.enabled", true);
|
||||
|
||||
/// <summary>
|
||||
/// Should NPCs pathfind when steering. For debug purposes.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> NPCPathfinding = CVarDef.Create("npc.pathfinding", true);
|
||||
|
||||
public static readonly CVarDef<bool> NPCCollisionAvoidance = CVarDef.Create("npc.collision_avoidance", true);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user