From 7a988dce0bd46c820002ea8169e259cdb8f11199 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 8 Sep 2017 07:17:08 -0400 Subject: [PATCH] Update IServerTools. --- public/toolframework/itoolentity.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/toolframework/itoolentity.h b/public/toolframework/itoolentity.h index 205dce6e..cb82f3d4 100644 --- a/public/toolframework/itoolentity.h +++ b/public/toolframework/itoolentity.h @@ -229,6 +229,8 @@ public: // Call UTIL_Remove on the entity. virtual void RemoveEntity( int nHammerID ) = 0; + + virtual void *CreateItemEntityByName( const char *szSchemaName ) = 0; }; #define VSERVERTOOLS_INTERFACE_VERSION "VSERVERTOOLS001"