-
Notifications
You must be signed in to change notification settings - Fork 123
VRage.Game.ModAPI.Ingame.Utilities.MyIniParseResult
← Index ← Namespace Index
public struct MyIniParseResult
Represents the results of a configuration parsing.
Namespace: VRage.Game.ModAPI.Ingame.Utilities
Assembly: VRage.Game.dll
Gets a description of the error that occurred during parsing. Will be
null
if no error occurred.
Determines if the value of this result is defined, meaning whether the Success actually holds any meaning.
Gets the line number where an error occured.
Determines the success of the configuration parsing.
bool Equals(MyIniParseResult other)
Compares this MyIniParseResult with another.
Compares this MyIniParseResult with another.
Gets the hash code for this MyIniParseResult .
Generates a generic error message in the form of
Line N: Error
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!