Difference between revisions of "Creating Multithreaded Skyrim Mods"

Jump to navigation Jump to search
no edit summary
imported>Chesko
imported>Chesko
Line 23: Line 23:
'''Does your mod:'''
'''Does your mod:'''


* Have many objects that must be placed quickly using things like <code>MoveTo()</code> or <code>PlaceAtMe()</code>?
* Have many objects that must be placed quickly using things like <code>MoveTo()</code>?
* Extensively or repeatedly use [http://www.creationkit.com/Category:Latent_Functions latent functions]?
* Extensively or repeatedly use [http://www.creationkit.com/Category:Latent_Functions latent functions]?
* Have time-critical tasks that rely on the results of other (potentially slow) functions?
* Have time-critical tasks that rely on the results of other (potentially slow) functions?
Anonymous user

Navigation menu