VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | Static Private Member Functions | List of all members
AVR.Core.AVR_SettingsParser Class Reference

Parser used to parse setting-files. More...

Static Public Member Functions

static Dictionary< string, string > AutoParseSettingFiles (bool exclude_overridesettings=false)
 Automatically parse all settingsfiles found that have the *.avr suffix. Duplicate settings are overwritten in alphabetical order of the filename. More...
 
static Dictionary< string, string > ParseSettings (string filepath, Dictionary< string, string > entries=null)
 Parse a single given settings-file. More...
 

Static Private Member Functions

static int parseDepth (string context, int i, List< string > content, Dictionary< string, string > entries)
 
static bool is_identifier (string str)
 

Detailed Description

Parser used to parse setting-files.

Definition at line 11 of file AVR_SettingsParser.cs.