1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Various updates to CEntityClass, CEntityInstance & CUtlDict (#196)

This commit is contained in:
vanz696
2024-01-26 05:11:01 +03:00
committed by GitHub
parent 10c68304f1
commit 92bffa0578
14 changed files with 417 additions and 195 deletions

View File

@ -410,7 +410,7 @@ public:
// Give the list of datatable classes to the engine. The engine matches class names from here with
// edict_t::classname to figure out how to encode a class's data for networking
virtual ServerClass *GetAllServerClasses( void ) = 0;
virtual CUtlVector<ServerClass*> *GetAllServerClasses( void ) = 0;
virtual const char *GetActiveWorldName( void ) const = 0;