• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Xwa.Workspace
      • XwaConvert
      • XwaCraftGender
      • XwaCraftGenderEntry
      • XwaCraftGenderFile
      • XwaCraftPluralNameEntry
      • XwaCraftPluralNameFile
      • XwaCraftShortNameEntry
      • XwaCraftShortNameFile
      • XwaExeCraftEntry
      • XwaExeCraftLaser
      • XwaExeCraftTable
      • XwaExeCraftTurret
      • XwaExeCraftWarhead
      • XwaExeObjectEnableOptions
      • XwaExeObjectEntry
      • XwaExeObjectGameOptions
      • XwaExeObjectRessourceOptions
      • XwaExeObjectTable
      • XwaExeSpeciesEntry
      • XwaExeSpeciesTable
      • XwaExeVersion
      • XwaExeWeaponEntry
      • XwaExeWeaponTable
      • XwaFlightModelListEntry
      • XwaFlightModelListFile
      • XwaGunConvergence
      • XwaObjectCategory
      • XwaShipCategory
      • XwaShipListCraftType
      • XwaShipListEntry
      • XwaShipListFile
      • XwaShipListFlyableOption
      • XwaShipListKnownOption
      • XwaShipListSkirmishOption
      • XwaShpFile
      • XwaSpecDescEntry
      • XwaSpecDescFile
      • XwaWorkspace

    Class XwaSpecDescFile

    Inheritance
    object
    XwaSpecDescFile
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.Xwa.Workspace
    Assembly: JeremyAnsel.Xwa.Workspace.dll
    Syntax
    public sealed class XwaSpecDescFile

    Constructors

    | Edit this page View Source

    XwaSpecDescFile()

    Declaration
    public XwaSpecDescFile()
    | Edit this page View Source

    XwaSpecDescFile(string?)

    Declaration
    public XwaSpecDescFile(string? path)
    Parameters
    Type Name Description
    string path

    Fields

    | Edit this page View Source

    MaxEntryCount

    Declaration
    public const int MaxEntryCount = 254
    Field Value
    Type Description
    int

    Properties

    | Edit this page View Source

    Entries

    Declaration
    public List<XwaSpecDescEntry> Entries { get; }
    Property Value
    Type Description
    List<XwaSpecDescEntry>

    Methods

    | Edit this page View Source

    GetOrAddEntry(int)

    Declaration
    public XwaSpecDescEntry GetOrAddEntry(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    XwaSpecDescEntry
    | Edit this page View Source

    Write(string)

    Declaration
    public void Write(string path)
    Parameters
    Type Name Description
    string path
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2022 Jérémy Ansel