LOADACS order?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
LOADACS order?
Does the execution order of the libraries listed in LOADACS actually respect the order in which they are listed?
-
-
- Posts: 3213
- Joined: Wed Nov 24, 2004 12:59 pm
- Operating System Version (Optional): Kubuntu
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Contact:
Re: LOADACS order?
The order of execution in ACS should be considered undefined.
Re: LOADACS order?
So what should I do if I want functions to run in a very specific order?
-
-
- Posts: 3213
- Joined: Wed Nov 24, 2004 12:59 pm
- Operating System Version (Optional): Kubuntu
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Contact:
Re: LOADACS order?
Should I assume the issue is the order that OPEN/ENTER scripts are executed? The easiest thing to do there would be to have a master script that calls each script. I think ACS_ExecuteWithResult would be needed to ensure that the first tic of the script executes immediately.