C# Класс Alexandria.Engines.DarkSouls.TableRows.NpcThink

Defined as "NPC_THINK_PARAM_ST" in Dark Souls in the file "NpcThinkParam.paramdef" (id 1Ah).
Наследование: ParameterTableRow
Показать файл Открыть проект

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

Свойство Тип Описание
LogicIdProperty System.Reflection.PropertyInfo

Private Properties

Свойство Тип Описание
NpcThink System
NpcThink System

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

Метод Описание
Write ( BinaryWriter writer ) : void

Write the NpcThink row to the stream.

Приватные методы

Метод Описание
NpcThink ( ParameterTable table, int index ) : System
NpcThink ( ParameterTable table, int index, AssetLoader loader, int next ) : System

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

Write() публичный метод

Write the NpcThink row to the stream.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Результат void

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

LogicIdProperty публичное статическое свойство

A property in the class.
public static PropertyInfo,System.Reflection LogicIdProperty
Результат System.Reflection.PropertyInfo