LOADACS order?

Archive of the old editing forum
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.
Locked
User avatar
Nash
 
 
Posts: 17501
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

LOADACS order?

Post by Nash »

Does the execution order of the libraries listed in LOADACS actually respect the order in which they are listed?
Blzut3
 
 
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?

Post by Blzut3 »

The order of execution in ACS should be considered undefined.
User avatar
Nash
 
 
Posts: 17501
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: LOADACS order?

Post by Nash »

So what should I do if I want functions to run in a very specific order?
Blzut3
 
 
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?

Post by Blzut3 »

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.
Locked

Return to “Editing (Archive)”