MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetTargetable

Method GetTargetable

trinity/Eve/Turret/EveTurretTarget.cpp:49–52  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Just return the target object --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

47// Just return the target object
48// --------------------------------------------------------------------------------
49ITriTargetablePtr EveTurretTarget::GetTargetable() const
50{
51 return m_object;
52}
53
54// --------------------------------------------------------------------------------
55// Description:

Callers 2

SetTargetObjectMethod · 0.80
GetTargetObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected