We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aca04 commit ad554ccCopy full SHA for ad554cc
game/shared/gamesystems/spawngroup_manager.h
@@ -123,19 +123,6 @@ struct SpawnGroupDescReceive_t
123
WorldGroupId_t m_hWorldGroupId;
124
};
125
126
-enum SpawnGroupFlags_t
127
-{
128
- SPAWN_GROUP_LOAD_ENTITIES_FROM_SAVE = 0x1,
129
- SPAWN_GROUP_DONT_SPAWN_ENTITIES = 0x2,
130
- SPAWN_GROUP_SYNCHRONOUS_SPAWN = 0x4,
131
- SPAWN_GROUP_IS_INITIAL_SPAWN_GROUP = 0x8,
132
- SPAWN_GROUP_CREATE_CLIENT_ONLY_ENTITIES = 0x10,
133
- SPAWN_GROUP_SAVE_ENTITIES = 0x20,
134
- SPAWN_GROUP_BLOCK_UNTIL_LOADED = 0x40,
135
- SPAWN_GROUP_LOAD_STREAMING_DATA = 0x80,
136
- SPAWN_GROUP_CREATE_NEW_SCENE_WORLD = 0x100,
137
-};
138
-
139
enum CreateSpawnGroupType_t
140
{
141
CREATE_SPAWN_GROUP_IMMEDIATELY = 0,
0 commit comments