• 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 XwaShipListFile

    Inheritance
    object
    XwaShipListFile
    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 XwaShipListFile

    Constructors

    | Edit this page View Source

    XwaShipListFile()

    Declaration
    public XwaShipListFile()
    | Edit this page View Source

    XwaShipListFile(string)

    Declaration
    public XwaShipListFile(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<XwaShipListEntry> Entries { get; }
    Property Value
    Type Description
    List<XwaShipListEntry>

    Methods

    | Edit this page View Source

    CraftTypeToString(XwaShipListCraftType)

    Declaration
    public static string CraftTypeToString(XwaShipListCraftType craftType)
    Parameters
    Type Name Description
    XwaShipListCraftType craftType
    Returns
    Type Description
    string
    | Edit this page View Source

    FlyableToString(XwaShipListFlyableOption)

    Declaration
    public static string FlyableToString(XwaShipListFlyableOption flyable)
    Parameters
    Type Name Description
    XwaShipListFlyableOption flyable
    Returns
    Type Description
    string
    | Edit this page View Source

    GetCraftType(string)

    Declaration
    public static XwaShipListCraftType GetCraftType(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    XwaShipListCraftType
    | Edit this page View Source

    GetFlyableOption(string)

    Declaration
    public static XwaShipListFlyableOption GetFlyableOption(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    XwaShipListFlyableOption
    | Edit this page View Source

    GetKnownOption(string)

    Declaration
    public static XwaShipListKnownOption GetKnownOption(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    XwaShipListKnownOption
    | Edit this page View Source

    GetOrAddEntry(int)

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

    GetSkirmishOption(string)

    Declaration
    public static XwaShipListSkirmishOption GetSkirmishOption(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    XwaShipListSkirmishOption
    | Edit this page View Source

    KnownToString(XwaShipListKnownOption)

    Declaration
    public static string KnownToString(XwaShipListKnownOption known)
    Parameters
    Type Name Description
    XwaShipListKnownOption known
    Returns
    Type Description
    string
    | Edit this page View Source

    SkirmishToString(XwaShipListSkirmishOption)

    Declaration
    public static string SkirmishToString(XwaShipListSkirmishOption skirmish)
    Parameters
    Type Name Description
    XwaShipListSkirmishOption skirmish
    Returns
    Type Description
    string
    | 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