C# Class DbcExtractor.DBCStringAttribute

Inheritance: System.Attribute
Show file Open project: LordJZ/MyWowTools

Public Methods

Method Description
DBCStringAttribute ( bool Localized ) : System

Defines that this field is a string so that string will be extracted from DBC file instead of raw integer value.

Method Details

DBCStringAttribute() public method

Defines that this field is a string so that string will be extracted from DBC file instead of raw integer value.
public DBCStringAttribute ( bool Localized ) : System
Localized bool If the string is localized or not.
return System