Show / Hide Table of Contents

    Class MonsterDbFileMonsterSpawnLoaderOptions

    Class that represents options for the MonsterDbFileMonsterSpawnLoader.

    Inheritance
    System.Object
    MonsterDbFileMonsterSpawnLoaderOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Creatures.MonstersDbFile
    Assembly: Fibula.Creatures.MonstersDbFile.dll
    Syntax
    public class MonsterDbFileMonsterSpawnLoaderOptions

    Properties

    | Improve this Doc View Source

    FilePath

    Gets or sets the path to the file to load.

    Declaration
    [Required(ErrorMessage = "A path for the monster spawns must be specified.")]
    public string FilePath { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.