C# Class CastleEscape.Flags

For events. Author: Dennis Honeyman
Show file Open project: Daminvar/CastleEscape

Public Methods

Method 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 method

For saving.
public static GetAllFlags ( ) : bool>.Dictionary
return bool>.Dictionary

GetFlag() public static method

public static GetFlag ( string flagName ) : bool
flagName string
return bool

SetAllFlags() public static method

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

SetFlag() public static method

public static SetFlag ( string flagName ) : void
flagName string
return void