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

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

    Fields

    | Edit this page View Source

    CraftNameMaxLength

    Declaration
    public const int CraftNameMaxLength = 63
    Field Value
    Type Description
    int

    Properties

    | Edit this page View Source

    CraftName

    Declaration
    public string CraftName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CraftType

    Declaration
    public XwaShipListCraftType CraftType { get; set; }
    Property Value
    Type Description
    XwaShipListCraftType
    | Edit this page View Source

    Flyable

    Declaration
    public XwaShipListFlyableOption Flyable { get; set; }
    Property Value
    Type Description
    XwaShipListFlyableOption
    | Edit this page View Source

    Known

    Declaration
    public XwaShipListKnownOption Known { get; set; }
    Property Value
    Type Description
    XwaShipListKnownOption
    | Edit this page View Source

    MapIconRect

    Declaration
    public string MapIconRect { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MapIconRectBottom

    Declaration
    public int MapIconRectBottom { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    MapIconRectLeft

    Declaration
    public int MapIconRectLeft { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    MapIconRectRight

    Declaration
    public int MapIconRectRight { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    MapIconRectTop

    Declaration
    public int MapIconRectTop { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NB1

    Declaration
    public int NB1 { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NB2

    Declaration
    public int NB2 { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NB3

    Declaration
    public int NB3 { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    NB4

    Declaration
    public int NB4 { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Skirmish

    Declaration
    public XwaShipListSkirmishOption Skirmish { get; set; }
    Property Value
    Type Description
    XwaShipListSkirmishOption
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2022 Jérémy Ansel