C# Class entity.Tools.Scripts.Syntax

The syntax.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
childpointer short
expressionindex short
expressionnumber short
identity short
scripttableoffset int
siblingpointer short
type short
type2 short
value short

Méthodes publiques

Méthode Description
Syntax ( BinaryReader &BR ) : System.IO

Initializes a new instance of the Syntax class.

Method Details

Syntax() public méthode

Initializes a new instance of the Syntax class.
public Syntax ( BinaryReader &BR ) : System.IO
BR System.IO.BinaryReader The BR.
Résultat System.IO

Property Details

childpointer public_oe property

The childpointer.
public short childpointer
Résultat short

expressionindex public_oe property

The expressionindex.
public short expressionindex
Résultat short

expressionnumber public_oe property

The expressionnumber.
public short expressionnumber
Résultat short

identity public_oe property

The identity.
public short identity
Résultat short

scripttableoffset public_oe property

The scripttableoffset.
public int scripttableoffset
Résultat int

siblingpointer public_oe property

The siblingpointer.
public short siblingpointer
Résultat short

type public_oe property

The type.
public short type
Résultat short

type2 public_oe property

The type 2.
public short type2
Résultat short

value public_oe property

The value.
public short value
Résultat short