BSP Initialization

From Valve Developer Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Stub

This article or section is a stub. You can help by adding to it.

All entities from the map are spawned and initialized from the MapEntity_ParseAllEntities function within mapentities.cpp located in src/dlls directory, with the pMapData string containing all the relevant entity info. The MapEntity_ParseEntity function takes care of actually spawning an entity and setting up its keyvalues etc.


This text was taken from a post in the VERC Network Forums, you can see the thread here