The cpp ESMReader.skipHSub function is a method that skips a specified number of bytes in a binary file being read by an ESM (Elder Scrolls Master) file reader in the C++ programming language. This function helps to skip a portion or section of data in the file, allowing the reader to advance to the desired position for further processing or analysis.
C++ (Cpp) ESMReader::skipHSub - 29 examples found. These are the top rated real world C++ (Cpp) examples of ESMReader::skipHSub extracted from open source projects. You can rate examples to help us improve the quality of examples.