MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getObjectType

Method getObjectType

src/Ruleset/MapData.cpp:246–249  ·  view source on GitHub ↗

* Gets the type of object. * @return The object type (0-3). */

Source from the content-addressed store, hash-verified

244 * @return The object type (0-3).
245 */
246int MapData::getObjectType() const
247{
248 return _objectType;
249}
250
251/**
252 * Sets a special tile type and object type.

Callers 4

openDoorMethod · 0.80
destroyMethod · 0.80
modifyDataMethod · 0.80
loadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected