C# Class NScumm.Sky.SystemVars

Show file Open project: scemino/nscumm

Public Properties

Property Type Description
CurrentMusic ushort
CurrentPalette uint
GameSpeed ushort
GameVersion SkyGameVersion
Language ushort
PastIntro bool
Paused bool
SystemFlags SystemFlags

Property Details

CurrentMusic public property

public ushort CurrentMusic
return ushort

CurrentPalette public property

public uint CurrentPalette
return uint

GameSpeed public property

public ushort GameSpeed
return ushort

GameVersion public property

public SkyGameVersion GameVersion
return SkyGameVersion

Language public property

public ushort Language
return ushort

PastIntro public property

public bool PastIntro
return bool

Paused public property

public bool Paused
return bool

SystemFlags public property

public SystemFlags SystemFlags
return SystemFlags