Jump to content

Main public logs

Combined display of all available logs of HedgeDocs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:38, 21 February 2025 PTKay talk contribs created page NN Chunk Format - TEXLIST (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.