ACR_CreatureBehavior.PowerShellInterop.GetAreas C# (CSharp) Method

GetAreas() public method

Get the list of areas for debugging purposes. Get the list of all known areas.
public GetAreas ( ) : List
return List
        public List<AreaObject> GetAreas()
        {
            return Module.Areas;
        }