MCPcopy Create free account
hub / github.com/SimHacker/micropolis / getMapBuffer

Method getMapBuffer

MicropolisCore/src/MicropolisEngine/src/stubs.cpp:368–371  ·  view source on GitHub ↗

* Get the address of the internal buffer containing the map. This is * used to enable the tile engine to access the tiles directly. * @return Pointer to the start of the world map buffer. */

Source from the content-addressed store, hash-verified

366 * @return Pointer to the start of the world map buffer.
367 */
368void *Micropolis::getMapBuffer()
369{
370 return (void *)mapBase;
371}
372
373
374/**

Calls

no outgoing calls

Tested by

no test coverage detected