blackmesa_loading_screen_generator
This entity is not in the FGD by default.
It should not be put directly in a map because you can use
It should not be put directly in a map because you can use
bm_generate_menu_images
to generate loading screen images.blackmesa_loading_screen_generator
is a point entity available in Black Mesa. This is the entity that appears to make loading screens for multiplayer map (read more about the screens and how to use them here). It appears via bm_generate_menu_images
console command, you also can spawn it via ent_create blackmesa_loading_screen_generator
to get the same results. Generation occurs immediately after the entity spawns. Doesn't provide any unique inputs and outputs.
Represented by class CLoadingScreenGenerator
.