C# Class NScumm.Sword1.SystemVars

Show file Open project: scemino/nscumm

Public Properties

Property Type Description
ControlPanelMode ControlPanelMode
CurrentCd uint
ForceRestart bool
IsDemo bool
JustRestoredGame uint
Language Language
Platform Platform
PlaySpeech byte
RealLanguage System.Globalization.CultureInfo
RunningFromCd bool
ShowText byte
WantFade bool

Property Details

ControlPanelMode public static property

public static ControlPanelMode ControlPanelMode
return ControlPanelMode

CurrentCd public static property

public static uint CurrentCd
return uint

ForceRestart public static property

public static bool ForceRestart
return bool

IsDemo public static property

public static bool IsDemo
return bool

JustRestoredGame public static property

public static uint JustRestoredGame
return uint

Language public static property

public static Language Language
return Language

Platform public static property

public static Platform Platform
return Platform

PlaySpeech public static property

public static byte PlaySpeech
return byte

RealLanguage public static property

public static CultureInfo,System.Globalization RealLanguage
return System.Globalization.CultureInfo

RunningFromCd public static property

public static bool RunningFromCd
return bool

ShowText public static property

public static byte ShowText
return byte

WantFade public static property

public static bool WantFade
return bool