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

Defined as "NPC_THINK_PARAM_ST" in Dark Souls in the file "NpcThinkParam.paramdef" (id 1Ah).
Inheritance: ParameterTableRow
Datei anzeigen Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
LogicIdProperty System.Reflection.PropertyInfo

Private Properties

Property Type Description
NpcThink System
NpcThink System

Public Methods

Method Description
Write ( BinaryWriter writer ) : void

Write the NpcThink row to the stream.

Private Methods

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

Method Details

Write() public method

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

Property Details

LogicIdProperty public_oe static_oe property

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