mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Remove SpawnGroupFlags_t in favor of networkbasetypes.proto
This commit is contained in:
@ -123,19 +123,6 @@ public:
|
|||||||
WorldGroupId_t m_hWorldGroupId;
|
WorldGroupId_t m_hWorldGroupId;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum SpawnGroupFlags_t
|
|
||||||
{
|
|
||||||
SPAWN_GROUP_LOAD_ENTITIES_FROM_SAVE = 0x1,
|
|
||||||
SPAWN_GROUP_DONT_SPAWN_ENTITIES = 0x2,
|
|
||||||
SPAWN_GROUP_SYNCHRONOUS_SPAWN = 0x4,
|
|
||||||
SPAWN_GROUP_IS_INITIAL_SPAWN_GROUP = 0x8,
|
|
||||||
SPAWN_GROUP_CREATE_CLIENT_ONLY_ENTITIES = 0x10,
|
|
||||||
SPAWN_GROUP_SAVE_ENTITIES = 0x20,
|
|
||||||
SPAWN_GROUP_BLOCK_UNTIL_LOADED = 0x40,
|
|
||||||
SPAWN_GROUP_LOAD_STREAMING_DATA = 0x80,
|
|
||||||
SPAWN_GROUP_CREATE_NEW_SCENE_WORLD = 0x100,
|
|
||||||
};
|
|
||||||
|
|
||||||
enum CreateSpawnGroupType_t
|
enum CreateSpawnGroupType_t
|
||||||
{
|
{
|
||||||
CREATE_SPAWN_GROUP_IMMEDIATELY = 0,
|
CREATE_SPAWN_GROUP_IMMEDIATELY = 0,
|
||||||
|
Reference in New Issue
Block a user