C# Class Alexandria.Engines.DarkSouls.TableRows.QwcChange

Defined as "QWC_CHANGE_PARAM_ST" in Dark Souls in the file "QwcChangeParam.paramdef" (id 27h).
Inheritance: ParameterTableRow
Show file Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
PcAttrBProperty System.Reflection.PropertyInfo

Private Properties

Property Type Description
QwcChange System
QwcChange System

Public Methods

Method Description
Write ( BinaryWriter writer ) : void

Write the QwcChange row.

Private Methods

Method Description
QwcChange ( ParameterTable table, int index ) : System
QwcChange ( ParameterTable table, int index, AssetLoader loader, int next ) : System

Method Details

Write() public method

Write the QwcChange row.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

PcAttrBProperty public static property

A property in the class.
public static PropertyInfo,System.Reflection PcAttrBProperty
return System.Reflection.PropertyInfo