Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
NamedTimerInfo Class Reference

#include <InGameUI.h>

Inherits MemoryPoolObject.

Public Attributes

AsciiString m_timerName
 Timer name, needed on Load to reconstruct Map.
 
UnicodeString timerText
 timer text
 
DisplayStringdisplayString
 display string used to render the message
 
UnsignedInt timestamp
 seconds shown in display string
 
Color color
 
Bool isCountdown
 

Additional Inherited Members

- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 
- Protected Member Functions inherited from MemoryPoolObject
virtual ~MemoryPoolObject ()
 
void * operator new (size_t s)
 
void operator delete (void *p)
 
virtual MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

Definition at line 241 of file InGameUI.h.

Member Data Documentation

◆ color

Color NamedTimerInfo::color

Definition at line 249 of file InGameUI.h.

◆ displayString

DisplayString* NamedTimerInfo::displayString

display string used to render the message

Definition at line 247 of file InGameUI.h.

◆ isCountdown

Bool NamedTimerInfo::isCountdown

Definition at line 250 of file InGameUI.h.

◆ m_timerName

AsciiString NamedTimerInfo::m_timerName

Timer name, needed on Load to reconstruct Map.

Definition at line 245 of file InGameUI.h.

◆ timerText

UnicodeString NamedTimerInfo::timerText

timer text

Definition at line 246 of file InGameUI.h.

◆ timestamp

UnsignedInt NamedTimerInfo::timestamp

seconds shown in display string

Definition at line 248 of file InGameUI.h.


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