View Single Post
06/06/17, 09:59 AM   #7
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Originally Posted by ZOS_ChipHilseberg View Post
I added GetGuildKioskCycleTimes() - despawnTimestampS, bidEndTimestampS, respawnTimestampS. These values are available on guild data loaded.

I also exposed the os time functions if that is any help.
This is awesome.

Exposing the os time functions will help me a lot and possibly make LibDateTime unnecessary. Just wondering, for "normal" Lua 5.1 on windows os.date causes a crashes for certain patterns that are not supported by the Microsoft implementation of strftime used underneath. Will ESO Lua and possibly the game also crash in that case? (e.g. when calling os.date("%V") to get the current ISO week number)

Last edited by sirinsidiator : 06/06/17 at 10:07 AM.