Tile - YTime - Game Hour – Ylands
Jump to navigation
Jump to search
(Created page with " ---- {{Ylands scripting navbox}}") |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Game Hour == | |||
[[File:YlandsTile-159-get.png]] | |||
[[File:YlandsTile-159-set.png]] | |||
<pre>static get gameHour(): number; | |||
static set gameHour(value: number);</pre> | |||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | |||
Allows to '''get''' / '''set''' current in-game '''time''' | |||
=== Notes === | |||
* Time is represented in '''24 hour''' format. | |||
* Current hour is expressed by '''decimal number'''. | |||
* E.g.: if time value is 9.5, it means 9:30 in-game; if time value is 9.75, it is 9:45 in-game. | |||
---- | ---- | ||
{{Ylands | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | |||
[[Category: Instructions]] |
Latest revision as of 14:27, 24 November 2023
Game Hour
static get gameHour(): number; static set gameHour(value: number);
Availability
Description
Allows to get / set current in-game time
Notes
- Time is represented in 24 hour format.
- Current hour is expressed by decimal number.
- E.g.: if time value is 9.5, it means 9:30 in-game; if time value is 9.75, it is 9:45 in-game.