Difference between revisions of "Creating Multithreaded Skyrim Mods"
Jump to navigation
Jump to search
Creating Multithreaded Skyrim Mods (edit)
Revision as of 11:30, 16 January 2015
, 11:30, 16 January 2015no 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 | * 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? |