C# 클래스 CastleEscape.Flags

For events. Author: Dennis Honeyman
파일 보기 프로젝트 열기: Daminvar/CastleEscape

공개 메소드들

메소드 설명
GetAllFlags ( ) : bool>.Dictionary

For saving.

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

For loading.

SetFlag ( string flagName ) : void

메소드 상세

GetAllFlags() 공개 정적인 메소드

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

GetFlag() 공개 정적인 메소드

public static GetFlag ( string flagName ) : bool
flagName string
리턴 bool

SetAllFlags() 공개 정적인 메소드

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

SetFlag() 공개 정적인 메소드

public static SetFlag ( string flagName ) : void
flagName string
리턴 void