The C++ Track.GetKind function is used to retrieve the kind or type of a track object. It returns the kind of the track as a string, indicating the category or classification to which the track belongs. This function allows for easy identification and differentiation of different types of tracks within a C++ program.
C++ (Cpp) Track::GetKind - 30 examples found. These are the top rated real world C++ (Cpp) examples of Track::GetKind from package Might-and-Magic-Trilogy extracted from open source projects. You can rate examples to help us improve the quality of examples.