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
11 Sep 2008
Category
Last update
16 Oct 2009
Development stage
Release
License
MIT License
Curse link
Clock
Recent files
  • R: 1.4 for 1.3.1 on 16 Oct 2009
  • R: 1.3 for 1.30b on 19 Aug 2009
  • R: 1.2 for Beta 3.0 on 12 Sep 2008
  • R: 1.1 for Beta 3.0 on 11 Sep 2008
  • R: 1.0 for Beta 3.0 on 11 Sep 2008

Authors