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
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: System/Reader.h
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ namespace RTE {
25
25
/// <param name="overwrites">Whether object definitions read here overwrite existing ones with the same names.</param>
26
26
/// <param name="progressCallback">A function pointer to a function that will be called and sent a string with information about the progress of this Reader's reading.</param>
27
27
/// <param name="failOK">Whether it's ok for the file to not be there, ie we're only trying to open, and if it's not there, then fail silently.</param>
bool m_OverwriteExisting; //!< Whether object instances read from this should overwrite any already existing ones with the same names.
221
222
bool m_SkipIncludes; //!< Indicates whether reader should skip included files.
222
223
bool m_CanFail; //!< Whether it's ok for the Reader to fail reading a file and fail silently instead of aborting.
224
+
bool m_NonMudulePath; //!< Whether this Reader is reading from path that is not a DataModule and should just read it as provided.
223
225
224
226
std::stack<int> m_BlockCommentOpenTagLines; //<! Stores lines on which block comment open tags are encountered. Used for error reporting when a file stream ends with an open block comment.
0 commit comments