C# Class DbcExtractor.DBCStringAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: LordJZ/MyWowTools

Méthodes publiques

Méthode 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 méthode

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.
Résultat System