VRage.Game.ModAPI.Ingame.Utilities
MyIniParseResult
Assembly: VRage.Game.dll
public struct MyIniParseResult
Represents the results of a configuration parsing.
Fields
| Member | Description |
|---|---|
| Error | Gets a description of the error that occurred during parsing. Will benullif no error occurred. |
Properties
| Member | Description |
|---|---|
| IsDefined | Determines if the value of this result is defined, meaning whether the Success actually holds any meaning. |
| LineNo | Gets the line number where an error occured. |
| Success | Determines the success of the configuration parsing. |
Methods
| Member | Description |
|---|---|
| Equals(MyIniParseResult) | Compares this MyIniParseResult with another. |
| Equals(object) | Compares this MyIniParseResult with another. |
| GetHashCode() | Gets the hash code for this MyIniParseResult . |
| ToString() | Generates a generic error message in the form ofLine N: Error |