From 91f82d845cf9aa70087351dd59c10f61c5f466f2 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Wed, 20 Mar 2019 20:02:31 +0200 Subject: [PATCH] [Server] Add GetMillisecondsSinceServerStart() server function --- apps/openmw-mp/Script/Functions/Server.cpp | 8 +++ apps/openmw-mp/Script/Functions/Server.hpp | 70 ++++++++++++---------- 2 files changed, 47 insertions(+), 31 deletions(-) diff --git a/apps/openmw-mp/Script/Functions/Server.cpp b/apps/openmw-mp/Script/Functions/Server.cpp index 1e876ac32..04a61d960 100644 --- a/apps/openmw-mp/Script/Functions/Server.cpp +++ b/apps/openmw-mp/Script/Functions/Server.cpp @@ -11,6 +11,7 @@ #include