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

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

    Fields

    | Edit this page View Source

    CraftLongNameMaxLength

    Declaration
    public const int CraftLongNameMaxLength = 63
    Field Value
    Type Description
    int
    | Edit this page View Source

    CrewMaxLength

    Declaration
    public const int CrewMaxLength = 63
    Field Value
    Type Description
    int
    | Edit this page View Source

    DescriptionMaxLength

    Declaration
    public const int DescriptionMaxLength = 255
    Field Value
    Type Description
    int
    | Edit this page View Source

    ManufacturerMaxLength

    Declaration
    public const int ManufacturerMaxLength = 63
    Field Value
    Type Description
    int
    | Edit this page View Source

    SideMaxLength

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

    Properties

    | Edit this page View Source

    CraftAbbreviation

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

    CraftLongName

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

    Crew

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

    Description

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

    Manufacturer

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

    Side

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