Jump to content

NN Chunk Format - TEXLIST: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 February 2025

  • curprev 10:3810:38, 21 February 2025 PTKay talk contribs 4,989 bytes +4,989 Created page with "== NNS_TEXFILELIST == {{Notice|type=note|content=This is the root struct for all TEXLIST data chunks.}} A list of texture file entries.<syntaxhighlight lang="cpp"> struct NNS_TEXFILELIST { // The number of elements in the [pTexFileList] array. int32_t nTex; // An array of NNS_TEXFILE structs. NNS_TEXFILE* pTexFileList; }; // Macros used by Text-Form files: #define TEXFILELIST(nTex, pTexFileList) { nTex, pTexFileList } #define TFL_N_TEXFILE(nTex) (nTex) #define..." Tag: Visual edit
Cookies help us deliver our services. By using our services, you agree to our use of cookies.