Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.MyIniParseResult

Malware edited this page Dec 21, 2018 · 40 revisions

Index #MyIniParseResult Struct Namespace: VRage.Game.ModAPI.Ingame.Utilities
Assembly: VRage.Game.dll
##Summary Represents the results of a configuration parsing. ###Fields

Member Description
string Error
###Properties
Member Description
--- ---
int LineNo
bool Success
bool IsDefined
###Methods
Member Description
--- ---
bool Equals(MyIniParseResult other) Compares thisT:VRage.Game.ModAPI.Ingame.Utilities.MyIniParseResultwith another.
bool Equals(Object obj) Compares thisT:VRage.Game.ModAPI.Ingame.Utilities.MyIniParseResultwith another.
int GetHashCode()
string ToString()

Clone this wiki locally