Difference between revisions of "Creating Multithreaded Skyrim Mods Part 3 - Callbacks"

m
no edit summary
imported>Chesko
imported>Chesko
m
Line 170: Line 170:


Declare any properties that your threads will need in this script; the threads themselves will not have properties defined (since this would be tedious to hook up in the Creation Kit for each thread).
Declare any properties that your threads will need in this script; the threads themselves will not have properties defined (since this would be tedious to hook up in the Creation Kit for each thread).
In the end, the function that we call in our Thread Manager will return a <code>Future</code>, which we can use to get our return value later.




Anonymous user