User contributions for FusedQyou
16 April 2024
- 08:3808:38, 16 April 2024 diff hist +753 N A ClientsideExecute Created a page for A_ClientsideExecute. Tag: Visual edit
- 08:3108:31, 16 April 2024 diff hist +64 DECORATE Add A_ClientsideExecute Tag: Visual edit
- 08:2808:28, 16 April 2024 diff hist +25 m LMSFlags Specify the new flag is in Zan 3.2 current Tag: Visual edit
- 08:2308:23, 16 April 2024 diff hist +148 LMSFlags Added lms_spectatorvoicechat Tag: Visual edit
- 08:1908:19, 16 April 2024 diff hist +284 Launcher protocol Added SQF2_VOICECHAT Tag: Source edit
- 08:1108:11, 16 April 2024 diff hist +449 EVENT scripts Added the GAMEEVENT_LEVEL_INIT event. Tag: Visual edit
24 January 2024
- 09:3509:35, 24 January 2024 diff hist +95 VOTEDEF Alert users of the VOTEINFO page which has a more accurate documentation of the feature. current Tag: Visual edit
- 09:2409:24, 24 January 2024 diff hist +1,136 N VOTEINFO Added new page VOTEINFO to replace VOTEDEF Tag: Visual edit
4 January 2024
- 09:0309:03, 4 January 2024 diff hist +709 LumpClose Add example Tag: Visual edit
- 09:0209:02, 4 January 2024 diff hist +1,085 LumpGetInfo Add example current Tag: Visual edit
- 08:4608:46, 4 January 2024 diff hist +814 LumpReadString Add example current Tag: Visual edit
- 08:4308:43, 4 January 2024 diff hist −14 m LumpRead Remove duplicate reference Tag: Visual edit
- 08:4208:42, 4 January 2024 diff hist −14 m LumpOpen Remove duplicate reference Tag: Source edit
- 08:4208:42, 4 January 2024 diff hist +819 LumpRead Add example Tag: Source edit
- 08:3708:37, 4 January 2024 diff hist +769 LumpOpen Add example Tag: Visual edit
- 08:2808:28, 4 January 2024 diff hist −80 LumpOpen Update formatting and specifications on failure Tag: Source edit
- 08:2708:27, 4 January 2024 diff hist +196 LumpRead Update formatting and specifications on failure Tag: Visual edit
- 08:2408:24, 4 January 2024 diff hist +137 LumpReadString Update specifications on failure Tag: Source edit
- 08:2108:21, 4 January 2024 diff hist −62 LumpGetInfo Update specifications on failure Tag: Visual edit
3 January 2024
- 15:5915:59, 3 January 2024 diff hist +875 N LumpGetInfo Created 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
- 15:5315:53, 3 January 2024 diff hist 0 m LumpReadString Fix return type Tag: Visual edit
- 15:5315:53, 3 January 2024 diff hist +500 N LumpClose Created 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
- 15:4715:47, 3 January 2024 diff hist +981 N LumpRead Created 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
- 15:1915:19, 3 January 2024 diff hist +211 LumpReadString Update after the Lump Reading API refactor Tag: Source edit
- 09:3209:32, 3 January 2024 diff hist −3 ACS Changes after the Lump Reading API refactor
- 09:2509:25, 3 January 2024 diff hist +294 LumpOpen Update after Lump Reading API refactor