ACR_CreatureBehavior.PowerShellInterop.GetAreas C# (CSharp) Méthode

GetAreas() public méthode

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