Changes between Version 12 and Version 13 of Random_Map_Generator_Internals


Ignore:
Timestamp:
Oct 14, 2014, 10:59:10 PM (10 years ago)
Author:
Itms
Comment:

At last, added the reference for the most useful function added in r15306

Legend:

Unmodified
Added
Removed
Modified
  • Random_Map_Generator_Internals

    v12 v13  
    6161 * `RMS.SetProgress(percent)` - set the map generation progress percentage, so the loading screen progress bar can be updated. Percentage must be an integer 1-100.
    6262 * `RMS.GetCivData()` - returns an array of civilization data from {{{/civs/*.json}}}, which is useful for determining civ-specific units and structures.
     63 * `RMS.GetTemplate(templateName)` - returns an array containing the data of the requested template.
    6364 * `RMS.MaybeGC()` - possibly run the garbage collector.
    6465