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

상속: ClothingTableRow
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 프로퍼티들

프로퍼티 타입 설명
BehaviorVariationIdProperty System.Reflection.PropertyInfo

Private Properties

프로퍼티 타입 설명
Weapon System
Weapon System

공개 메소드들

메소드 설명
GetLocalisedDescription ( Language language = Language.English ) : string

Get the localised description of the Weapon.

GetLocalisedName ( Language language = Language.English ) : string

Get the localised name of the Weapon.

GetLocalisedType ( Language language = Language.English ) : string

Get the localised type of the Weapon.

Write ( BinaryWriter writer ) : void

Write the Weapon row to the stream.

비공개 메소드들

메소드 설명
Weapon ( ParameterTable table, int index ) : System
Weapon ( ParameterTable table, int index, AssetLoader loader, int next ) : System

메소드 상세

GetLocalisedDescription() 공개 메소드

Get the localised description of the Weapon.
public GetLocalisedDescription ( Language language = Language.English ) : string
language Language
리턴 string

GetLocalisedName() 공개 메소드

Get the localised name of the Weapon.
public GetLocalisedName ( Language language = Language.English ) : string
language Language
리턴 string

GetLocalisedType() 공개 메소드

Get the localised type of the Weapon.
public GetLocalisedType ( Language language = Language.English ) : string
language Language
리턴 string

Write() 공개 메소드

Write the Weapon row to the stream.
public Write ( BinaryWriter writer ) : void
writer BinaryWriter
리턴 void

프로퍼티 상세

BehaviorVariationIdProperty 공개적으로 정적으로 프로퍼티

A property in the class.
public static PropertyInfo,System.Reflection BehaviorVariationIdProperty
리턴 System.Reflection.PropertyInfo