Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
NScumm
Core
Audio
OPL
DosBox
OplTimer
C# Class NScumm.Core.Audio.OPL.DosBox.OplTimer
Exibir arquivo
Open project: scemino/nscumm
Public Methods
Method
Description
Reset
(
double
time
) :
void
Start
(
double
time
,
int
scale
) :
void
Stop
( ) :
void
Update
(
double
time
) :
void
Method Details
Reset()
public
method
public
Reset
(
double
time
) :
void
time
double
return
void
Start()
public
method
public
Start
(
double
time
,
int
scale
) :
void
time
double
scale
int
return
void
Stop()
public
method
public
Stop
( ) :
void
return
void
Update()
public
method
public
Update
(
double
time
) :
void
time
double
return
void