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

Method is_valid

src/mapdata.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41/** @relates int_id */
42template<>
43inline bool int_id<ter_t>::is_valid() const
44{
45 return terrain_data.is_valid( *this );
46}
47
48/** @relates int_id */
49template<>

Callers 3

check_bash_itemsFunction · 0.45
check_decon_itemsFunction · 0.45
checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected