🔧 SDK ReferenceManagersWorldManagergetTimegetTimeGets the current time of day in seconds.Syntaxengine.world.getTime();ReturnsPromise<boolean> - A promise that resolves to the current time of day in seconds.Example// set the time to 10amconst time = await engine.world.getTime();console.log('Current time', time);Available on: Client