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

Defined as "OBJECT_PARAM_ST" in Dark Souls in the file "ObjectParam.paramdef" (id 1Dh).
Inheritance: ParameterTableRow
ファイルを表示 Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
HpProperty System.Reflection.PropertyInfo

Private Properties

Property Type Description
ObjectInfo System
ObjectInfo System

Public Methods

Method Description
Write ( BinaryWriter writer ) : void

Write the ObjectInfo row to the stream.

Private Methods

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

Method Details

Write() public method

Write the ObjectInfo row to the stream.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

HpProperty public_oe static_oe property

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