New editing reference (well, sort of)
- Kappes Buur
-

- Posts: 4249
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
I concur, but why not do both?Enjay wrote:... I dislike:
The parameters being listed vertically
Code: Select all
ACS_Execute ( script, // script to execute map, // map containing the script s_arg1, // first argument passed to the script s_arg2, // second argument passed to the script s_arg3 // third argument passed to the script );
Code: Select all
ACS_Execute ( script, map, s_arg1, s_arg2, s_arg3);
// script script to execute
// map map containing the script
// s_arg1 first argument passed to the script
// s_arg2 second argument passed to the script
// s_arg3 third argument passed to the script
Already fixed.Kappes Buur wrote:I concur, but why not do both?Enjay wrote:... I dislike:
The parameters being listed vertically
Code: Select all
ACS_Execute ( script, // script to execute map, // map containing the script s_arg1, // first argument passed to the script s_arg2, // second argument passed to the script s_arg3 // third argument passed to the script );
- Tormentor667
- Posts: 13563
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
- Contact: