C# Class kOS.Safe.Compilation.MLField

Inheritance: System.Attribute
Exibir arquivo Open project: KSP-KOS/KOS

Public Methods

Method Description
MLField ( int sortNumber, bool needReindex ) : System

When constructing an MLField attribute, it's important to give it a sort order to ensure that it comes out in the ML file in a predictable consistent order.

Method Details

MLField() public method

When constructing an MLField attribute, it's important to give it a sort order to ensure that it comes out in the ML file in a predictable consistent order.
public MLField ( int sortNumber, bool needReindex ) : System
sortNumber int Sort the MLField by the order of these numbers
needReindex bool True if this is a numeric value that needs its value adjusted by the base code offset.
return System