Clock

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)

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Sep 11, 2008
Category
Last update
Oct 16, 2009
Development stage
Mature
License
MIT License
Curse link
Clock
Downloads
28,767
Recent files
  • R: 1.4 for 1.3.1 Oct 16, 2009
  • R: 1.3 for 1.30b Aug 19, 2009
  • R: 1.2 for Beta 3.0 Sep 12, 2008
  • R: 1.1 for Beta 3.0 Sep 11, 2008
  • R: 1.0 for Beta 3.0 Sep 11, 2008

Authors