ScummVM API documentation
Nancy::TimerData::Timer Struct Reference

Public Types

enum  State {
  kIdle = 0, kRunning = 1, kPaused = 2, kOneShot = 5,
  kRepeating = 6
}
 

Public Member Functions

void reset ()
 

Public Attributes

int32 state = kIdle
 
uint32 currentTimeMs = 0
 
uint32 durationMs = 0
 
bool hasFired = false
 
SoundDescription sound
 
Common::String autotextKey
 
Common::String caption
 
FlagDescription flags [10]
 

The documentation for this struct was generated from the following file: