C# Класс entity.Tools.Scripts.Syntax

The syntax.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
childpointer short
expressionindex short
expressionnumber short
identity short
scripttableoffset int
siblingpointer short
type short
type2 short
value short

Открытые методы

Метод Описание
Syntax ( BinaryReader &BR ) : System.IO

Initializes a new instance of the Syntax class.

Описание методов

Syntax() публичный Метод

Initializes a new instance of the Syntax class.
public Syntax ( BinaryReader &BR ) : System.IO
BR System.IO.BinaryReader The BR.
Результат System.IO

Описание свойств

childpointer публичное свойство

The childpointer.
public short childpointer
Результат short

expressionindex публичное свойство

The expressionindex.
public short expressionindex
Результат short

expressionnumber публичное свойство

The expressionnumber.
public short expressionnumber
Результат short

identity публичное свойство

The identity.
public short identity
Результат short

scripttableoffset публичное свойство

The scripttableoffset.
public int scripttableoffset
Результат int

siblingpointer публичное свойство

The siblingpointer.
public short siblingpointer
Результат short

type публичное свойство

The type.
public short type
Результат short

type2 публичное свойство

The type 2.
public short type2
Результат short

value публичное свойство

The value.
public short value
Результат short