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

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

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

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

Private Properties

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

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

Метод Описание
GetLocalisedName ( System.Language language ) : string

Get the localised name of the Npc.

Write ( BinaryWriter writer ) : void

Write the Npc data.

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

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

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

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

Get the localised name of the Npc.
public GetLocalisedName ( System.Language language ) : string
language System.Language
Результат string

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

Write the Npc data.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Результат void

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

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

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