C# Class MiningGame.Code.Managers.ConfigWriterManager

Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Méthode Description
AddKeyValue ( string path, KeyValue kv ) : void
ChangeKeyValue ( string path, string name, string newValue ) : void
GenerateContentFile ( List keyvalues ) : string
RemoveKeyValue ( string path, string name ) : void
WriteConfigFile ( string path, List keyvalues ) : void

Method Details

AddKeyValue() public static méthode

public static AddKeyValue ( string path, KeyValue kv ) : void
path string
kv MiningGame.Code.Structs.KeyValue
Résultat void

ChangeKeyValue() public static méthode

public static ChangeKeyValue ( string path, string name, string newValue ) : void
path string
name string
newValue string
Résultat void

GenerateContentFile() public static méthode

public static GenerateContentFile ( List keyvalues ) : string
keyvalues List
Résultat string

RemoveKeyValue() public static méthode

public static RemoveKeyValue ( string path, string name ) : void
path string
name string
Résultat void

WriteConfigFile() public static méthode

public static WriteConfigFile ( string path, List keyvalues ) : void
path string
keyvalues List
Résultat void