Clock
Add clocks into your game.
Authors and contributors to this experimental extension: DaddyPL.
Warning
This is an extension made by a community member and it only got through a light review by the GDevelop extension team. As such, we can't guarantee it meets all the quality standards of fully reviewed extensions.
Add clocks to your game with ease including
12 - hour time
24 - hour time
English date
Numeral date
.
Tip
Learn how to install new extensions by following a step-by-step guide.
Expressions
| Expression | Description | |
|---|---|---|
Clock::TwelveHour() |
Modify text to display time in 12 - Hour format. | |
Clock::YearFunction() |
Modify text to display year. |
Date
Modify a text object to display the date.
Behavior properties
- Display date in the format of: (Choice, one of: "Words", "Numbers").
See internal technical details
- Display date in the format of: is stored as
Property(Choice). Default value is ``.
No expressions for this behavior.
Time
Modify a text object to display the time.
Behavior properties
- Display time in the format of: (Choice, one of: "12 - Hour", "24 - Hour").
See internal technical details
- Display time in the format of: is stored as
Property(Choice). Default value is ``.
No expressions for this behavior.
Year
Modify a text object to display the year.
No expressions for this behavior.
This page is an auto-generated reference page about the Clock extension for GDevelop, the open-source, AI-powered, cross-platform game engine designed for everyone. Learn more about all GDevelop extensions here.