MCPcopy Create free account
hub / github.com/CleverRaven/Cataclysm-DDA / init_mapdata

Function init_mapdata

src/mapdata.cpp:1310–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308}
1309
1310void init_mapdata()
1311{
1312 add_actor( std::make_unique<cardreader_examine_actor>() );
1313 add_actor( std::make_unique<eoc_examine_actor>() );
1314}
1315
1316void map_data_common_t::load( const JsonObject &jo, const std::string & )
1317{

Callers 1

initializeMethod · 0.85

Calls 1

add_actorFunction · 0.85

Tested by

no test coverage detected