Enum PathFlags
Namespace: Content.Server.NPC.Pathfinding
Assembly: Content.Server.dll
Syntax
public enum PathFlags : byte
Fields
Name | Description |
---|---|
Access | Do we have any form of access. |
Climbing | Can we climb it like a table or railing. |
Interact | Can we open stuff that requires interaction (e.g. click-open doors). |
None | |
Prying | Can we pry airlocks if necessary. |
Smashing | Can stuff like walls be broken. |