mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 19:18:22 +00:00
Update IServerTools.
This commit is contained in:
parent
58e3e568f9
commit
7a988dce0b
@ -229,6 +229,8 @@ public:
|
|||||||
|
|
||||||
// Call UTIL_Remove on the entity.
|
// Call UTIL_Remove on the entity.
|
||||||
virtual void RemoveEntity( int nHammerID ) = 0;
|
virtual void RemoveEntity( int nHammerID ) = 0;
|
||||||
|
|
||||||
|
virtual void *CreateItemEntityByName( const char *szSchemaName ) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define VSERVERTOOLS_INTERFACE_VERSION "VSERVERTOOLS001"
|
#define VSERVERTOOLS_INTERFACE_VERSION "VSERVERTOOLS001"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user