Provides a simple display of the local time in-game. (Movable and scalable via the Layout Editor.)
To set an option, use /script ClockSettings.OPTION = VALUE
- Hours: the number of hours the clock displays
- (default = 24; possible values are 12, 24)
- AmPm: whether AM/PM text is displayed after the time
- (default = true, possible values are true, false)
- Format: the precise format of the time display, in Lua format() wstring
- (default = L"%2d:%02d:%02d")
- R: Red component of color
- (default = 255, possible values 0-255)
- G: Blue component of color
- (default = 255, possible values 0-255)
- B: Green component of color
- (default = 255, possible values 0-255)
Facts
- Date created
- 11 Sep 2008
- Category
- Last update
- 16 Oct 2009
- Development stage
- Release
- License
- MIT License
- Curse link
- Clock
- Recent files