Skip to content
Christopher Holzmann Pérez edited this page May 23, 2022 · 1 revision

Class ARMP

placeholder description

Syntax

public class ARMP()

Constructors

ARMP()

Initializes a new instance of the ARMP class.

Declaration

public ARMP()

Properties

Version

Gets or sets the version number.

Declaration

public short Version { get; set; }

Property Value

Type Description
Int16

Revision

Gets or sets the revision number.

Declaration

public short Revision { get; set; }

Property Value

Type Description
Int16

IsOldEngine

Is it using the Old Engine version of the format? (it shares the same version and revision numbers with DE).

Declaration

public bool IsOldEngine { get; set; }

Property Value

Type Description
Boolean

MainTable

Gets or sets the main table.

Declaration

public ArmpTable MainTable { get; set; }

Property Value

Type Description
ArmpTable

SubTable

Gets or sets the subTable.

Declaration

public ArmpTable SubTable { get; set; }

Property Value

Type Description
ArmpTable