-
Notifications
You must be signed in to change notification settings - Fork 2
ARMP
Christopher Holzmann Pérez edited this page May 23, 2022
·
1 revision
placeholder description
Syntax
public class ARMP()Initializes a new instance of the ARMP class.
Declaration
public ARMP()Gets or sets the version number.
Declaration
public short Version { get; set; }Property Value
| Type | Description |
|---|---|
| Int16 |
Gets or sets the revision number.
Declaration
public short Revision { get; set; }Property Value
| Type | Description |
|---|---|
| Int16 |
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 |
Gets or sets the main table.
Declaration
public ArmpTable MainTable { get; set; }Property Value
| Type | Description |
|---|---|
| ArmpTable |
Gets or sets the subTable.
Declaration
public ArmpTable SubTable { get; set; }Property Value
| Type | Description |
|---|---|
| ArmpTable |