simGetPersistentDataTags

Retrieves all persistent data block tags or names

C++ synopsis

char* simGetPersistentDataTags(int* tagCount)

Arguments

  • tagCount: the number of retrieved data block tags

Return

  • nullptr if operation was not successful or no data block exists. Otherwise the data block tags, separated by the '\0' char. In that case the returned buffer should be released with simReleaseBuffer


See also: