From 9cc07f100c91c7f2f23b17f4f5eee8fa42141a15 Mon Sep 17 00:00:00 2001 From: Koncord Date: Tue, 11 Jul 2017 02:21:19 +0800 Subject: [PATCH] [Server] Add OnObjectState callback --- 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 a6d1177e7..ff2968b8e 100644 --- a/apps/openmw-mp/Script/ScriptFunctions.hpp +++ b/apps/openmw-mp/Script/ScriptFunctions.hpp @@ -157,6 +157,7 @@ public: {"OnContainer", Function()}, {"OnDoorState", Function()}, {"OnObjectPlace", Function()}, + {"OnObjectState", Function()}, {"OnObjectSpawn", Function()}, {"OnObjectDelete", Function()}, {"OnObjectLock", Function()},