You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Managers/ModuleMan.h
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -175,11 +175,10 @@ namespace RTE {
175
175
/// Reads an entire DataModule and adds it to this. NOTE that official modules can't be loaded after any non-official ones!
176
176
/// </summary>
177
177
/// <param name="moduleName">The module name to read, e.g. "Base.rte".</param>
178
-
/// <param name="official">Whether this module is 'official' or third party. If official, it has to not have any name conflicts with any other official module.</param>
179
-
/// <param name="userdata">Whether this module is a userdata module. If true, will be treated as an unofficial module.
178
+
/// <param name="moduleType">The type of module that is being read. See DataModule::DataModuleType enumeration.</param>
180
179
/// <param name="progressCallback">A function pointer to a function that will be called and sent a string with information about the progress of this DataModule's creation.</param>
181
180
/// <returns>Whether the DataModule was read and added correctly.</returns>
0 commit comments