C# Class NScumm.Sky.SystemVars

Exibir arquivo 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_oe property

public ushort CurrentMusic
return ushort

CurrentPalette public_oe property

public uint CurrentPalette
return uint

GameSpeed public_oe property

public ushort GameSpeed
return ushort

GameVersion public_oe property

public SkyGameVersion GameVersion
return SkyGameVersion

Language public_oe property

public ushort Language
return ushort

PastIntro public_oe property

public bool PastIntro
return bool

Paused public_oe property

public bool Paused
return bool

SystemFlags public_oe property

public SystemFlags SystemFlags
return SystemFlags