New editing reference (well, sort of)
-
Cyb
- Posts: 912
- Joined: Tue Jul 15, 2003 5:12 pm
-
Kappes Buur
-

- Posts: 4201
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
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
-
Hirogen2
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
-
HotWax
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
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: 13556
- 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
-
Hirogen2
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
-
randi
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm