Method

WadTextureArchiveget_names

Declaration [src]

const char**
wad_texture_archive_get_names (
  WadTextureArchive* archive
)

Description [src]

Retrieves the texture names from the archive as a NULL-terminated array.

Return value

Type: An array of utf8

A NULL-terminated array of texture names.

The array is NULL-terminated.
The caller of the method takes ownership of the data container, but not the data inside it.
Each element is a NUL terminated UTF-8 string.