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

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

    Constructors

    | Edit this page View Source

    XwaShpFile()

    Declaration
    public XwaShpFile()
    | Edit this page View Source

    XwaShpFile(Stream?)

    Declaration
    public XwaShpFile(Stream? stream)
    Parameters
    Type Name Description
    Stream stream
    | Edit this page View Source

    XwaShpFile(string?)

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

    Properties

    | Edit this page View Source

    Craft

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

    CraftLongName

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

    CraftName

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

    CraftPluralName

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

    CraftShortName

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

    CraftType

    Declaration
    public XwaShipListCraftType CraftType { get; }
    Property Value
    Type Description
    XwaShipListCraftType
    | 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

    Flyable

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

    Manufacturer

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

    ObjectCategory

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

    ObjectGameOptions

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

    ObjectIndex

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

    OptFile

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

    ShipCategory

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

    Side

    Declaration
    public string Side { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Write(Stream?)

    Declaration
    public void Write(Stream? stream)
    Parameters
    Type Name Description
    Stream stream
    | 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