C# 클래스 Alexandria.Engines.DarkSouls.TableRows.Npc

Defined as "NPC_PARAM_ST" in Dark Souls in the file "NpcParam.paramdef" (id 18h).
상속: ParameterTableRow
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 프로퍼티들

프로퍼티 타입 설명
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