From 8e438a1b82e85226b64630cf30b5d5946f4ea001 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Wed, 1 Feb 2017 10:00:41 +0200 Subject: [PATCH] [Server] Add OnObjectScale callback, part 2 --- apps/openmw-mp/Script/ScriptFunctions.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openmw-mp/Script/ScriptFunctions.hpp b/apps/openmw-mp/Script/ScriptFunctions.hpp index f20665726..be9fe6aaf 100644 --- a/apps/openmw-mp/Script/ScriptFunctions.hpp +++ b/apps/openmw-mp/Script/ScriptFunctions.hpp @@ -119,6 +119,7 @@ public: {"OnPlayerJournalChange", Function()}, {"OnObjectPlace", Function()}, {"OnObjectDelete", Function()}, + {"OnObjectScale", Function()}, {"OnPlayerSendMessage", Function()}, {"OnPlayerEndCharGen", Function()}, {"OnGUIAction", Function()}