Nuke.Unreal
Build Unreal apps in Style.
Loading...
Searching...
No Matches
Nuke.Unreal.Ini.ConfigCommon Class Reference

Utilities for parsing Unreal configuration files. More...

Static Public Member Functions

static ? GroupCollection MatchGroup (this string text, string pattern, RegexOptions options=RegexOptions.CultureInvariant|RegexOptions.Multiline)
 
static ? GroupCollection Fetch (this GroupCollection groups, string capturename, out string result)
 
static string AsCharacter (this CommandType commandType)
 Convert a command type into its representing character.
 

Detailed Description

Utilities for parsing Unreal configuration files.

Definition at line 11 of file ConfigIni.cs.

Member Function Documentation

◆ AsCharacter()

static string Nuke.Unreal.Ini.ConfigCommon.AsCharacter ( this CommandType commandType)
static

Convert a command type into its representing character.

Parameters
commandType
Returns
Command type character or empty string if command doesn't have associated symbol.

◆ Fetch()

static ? GroupCollection Nuke.Unreal.Ini.ConfigCommon.Fetch ( this GroupCollection groups,
string capturename,
out string result )
static

Definition at line 22 of file ConfigIni.cs.

◆ MatchGroup()

static ? GroupCollection Nuke.Unreal.Ini.ConfigCommon.MatchGroup ( this string text,
string pattern,
RegexOptions options = RegexOptions::CultureInvariant | RegexOptions::Multiline )
static

Definition at line 13 of file ConfigIni.cs.


The documentation for this class was generated from the following file: