C# Class entity.Tools.Scripts.Syntax

The syntax.
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
childpointer short
expressionindex short
expressionnumber short
identity short
scripttableoffset int
siblingpointer short
type short
type2 short
value short

Public Methods

Method Description
Syntax ( BinaryReader &BR ) : System.IO

Initializes a new instance of the Syntax class.

Method Details

Syntax() public method

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

Property Details

childpointer public_oe property

The childpointer.
public short childpointer
return short

expressionindex public_oe property

The expressionindex.
public short expressionindex
return short

expressionnumber public_oe property

The expressionnumber.
public short expressionnumber
return short

identity public_oe property

The identity.
public short identity
return short

scripttableoffset public_oe property

The scripttableoffset.
public int scripttableoffset
return int

siblingpointer public_oe property

The siblingpointer.
public short siblingpointer
return short

type public_oe property

The type.
public short type
return short

type2 public_oe property

The type 2.
public short type2
return short

value public_oe property

The value.
public short value
return short