User contributions for FusedQyou

A user with 26 edits. Account created on 3 January 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

16 April 2024

24 January 2024

4 January 2024

3 January 2024

  • 16:5916:59, 3 January 2024 diff hist +875 N LumpGetInfoCreated page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} mixed '''LumpGetInfo''' (int ''lump'', int ''info'') {{Devfeature|3.2|alpha}} ==Usage== Returns information of the lump, based on ''info''. ===Parameters=== *''lump'': The lump index as returned from <tt>LumpOpen</tt>. *''info'': The type of information to return. **<code>LUMP_INFO_SIZE</code>: The buffer size of the lump. **<code>LUMP_INFO_NAME</code>: The full name (including path) of the..." Tag: Visual edit
  • 16:5316:53, 3 January 2024 diff hist 0 m LumpReadStringFix return type Tag: Visual edit
  • 16:5316:53, 3 January 2024 diff hist +500 N LumpCloseCreated page with "{{ACSWarning}}{{DevfeatureWarning|version=3.2|type=an ACS function}} void '''LumpClose'''(int ''lump'') {{Devfeature|3.2|alpha}} ==Usage== Closes the specified lump which has been opened with <code>LumpOpen</code>. This function frees the internal handler that was created with <code>LumpOpen</code> and should always be called when finished with the lump to avoid issues. ===Parameters=== *''lump'': The lump index as returned from <code>LumpOpen</code>. ==..." Tag: Source edit
  • 16:4716:47, 3 January 2024 diff hist +981 N LumpReadCreated page with "{{ACSWarning}}{{DevfeatureWarning|version=3.2|type=an ACS function}} int '''LumpRead''' (int ''lump'', int ''pos'' [, int ''type'']) {{Devfeature|3.2|alpha}} ==Usage== Reads an integer. The value of this integer is based on the ''type'' passed. By default, the ''type'' returned is an unsigned 8-bit integer. ===Parameters=== *''lump'': The lump index as returned from <code>LumpOpen</code>. *''pos'': The byte position in the lump to read from. *''type'': The typ..." Tag: Visual edit
  • 16:1916:19, 3 January 2024 diff hist +211 LumpReadStringUpdate after the Lump Reading API refactor Tag: Source edit
  • 10:3210:32, 3 January 2024 diff hist −3 ACSChanges after the Lump Reading API refactor
  • 10:2510:25, 3 January 2024 diff hist +294 LumpOpenUpdate after Lump Reading API refactor