C# Class CastleEscape.Flags

For events. Author: Dennis Honeyman
Afficher le fichier Open project: Daminvar/CastleEscape

Méthodes publiques

Méthode Description
GetAllFlags ( ) : bool>.Dictionary

For saving.

GetFlag ( string flagName ) : bool
SetAllFlags ( bool>.Dictionary dict ) : void

For loading.

SetFlag ( string flagName ) : void

Method Details

GetAllFlags() public static méthode

For saving.
public static GetAllFlags ( ) : bool>.Dictionary
Résultat bool>.Dictionary

GetFlag() public static méthode

public static GetFlag ( string flagName ) : bool
flagName string
Résultat bool

SetAllFlags() public static méthode

For loading.
public static SetAllFlags ( bool>.Dictionary dict ) : void
dict bool>.Dictionary The dictionary of flags.
Résultat void

SetFlag() public static méthode

public static SetFlag ( string flagName ) : void
flagName string
Résultat void