C# Class Alexandria.Engines.DarkSouls.ParameterDefinitionRow

A column for a ParameterTable.
Inheritance: Asset
Show file Open project: Burton-Radons/Alexandria Class Usage Examples

Private Properties

Property Type Description
GetBitFieldType string
ParameterDefinitionRow System

Public Methods

Method Description
GetDotNetType ( string type ) : string

Get the .NET type of the column.

Private Methods

Method Description
GetBitFieldType ( ) : string
ParameterDefinitionRow ( ParameterDefinition definition, int index, AssetLoader loader ) : System

Method Details

GetDotNetType() public static method

Get the .NET type of the column.
public static GetDotNetType ( string type ) : string
type string
return string