The cpp ESMReader.isNextSub function is a method that allows the program to check if the next subrecord in an ESM file exists. It is used to determine whether there is more data to be read in the ESM file or if it has reached the end. This helps in efficiently parsing and navigating through the contents of the ESM file.
C++ (Cpp) ESMReader::isNextSub - 30 examples found. These are the top rated real world C++ (Cpp) examples of ESMReader::isNextSub extracted from open source projects. You can rate examples to help us improve the quality of examples.