sc3-rom-dump/rom/help/parallel.txt

5 lines
209 B
Plaintext
Raw Permalink Normal View History

2024-01-15 10:36:50 +01:00
Functions in the Parallel API:
parallel.waitForAny( function1, function2, ... )
parallel.waitForAll( function1, function2, ... )
These methods provide an easy way to run multiple lua functions simultaneously.