Show / Hide Table of Contents

    Class MonFilesMonsterTypeLoaderOptions

    Class that represents options for the MonFilesMonsterTypeLoader.

    Inheritance
    System.Object
    MonFilesMonsterTypeLoaderOptions
    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.Data.Loaders.MonFiles
    Assembly: Fibula.Data.Loaders.MonFiles.dll
    Syntax
    public class MonFilesMonsterTypeLoaderOptions

    Properties

    | Improve this Doc View Source

    MonsterFilesDirectory

    Gets or sets the directory for the monster (*.mon) files.

    Declaration
    [Required(ErrorMessage = "A directory for the monster (*.mon) files files must be specified.")]
    public string MonsterFilesDirectory { 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.