The cpp ESMReader.getHNT function is a method that belongs to the ESMReader class and is used to retrieve the Hierarchical Name Table (HNT) data from an ESM (Elder Scrolls Master) file. The HNT is a data structure that stores the names of various elements in the ESM file, such as records and sub-records. This function allows the programmer to access and use this information for various purposes within their C++ program.
C++ (Cpp) ESMReader::getHNT - 30 examples found. These are the top rated real world C++ (Cpp) examples of ESMReader::getHNT extracted from open source projects. You can rate examples to help us improve the quality of examples.