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

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

    Constructors

    | Edit this page View Source

    XwaExeObjectEntry()

    Declaration
    public XwaExeObjectEntry()
    | Edit this page View Source

    XwaExeObjectEntry(byte[]?)

    Declaration
    public XwaExeObjectEntry(byte[]? bytes)
    Parameters
    Type Name Description
    byte[] bytes

    Fields

    | Edit this page View Source

    EntryLength

    Declaration
    public const int EntryLength = 24
    Field Value
    Type Description
    int

    Properties

    | Edit this page View Source

    CraftIndex

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

    DataIndex1

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

    DataIndex2

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

    EnableOptions

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

    GameOptions

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

    ObjectCategory

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

    ObjectSize

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

    RessourceOptions

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

    ShipCategory

    Declaration
    public XwaShipCategory ShipCategory { get; set; }
    Property Value
    Type Description
    XwaShipCategory

    Methods

    | Edit this page View Source

    ToByteArray()

    Declaration
    public byte[] ToByteArray()
    Returns
    Type Description
    byte[]
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2022 Jérémy Ansel