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

Method GetTargetObject

trinity/Eve/Turret/EveTurretSet.cpp:3764–3767  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Sets the target object. This is part of the targetObject property. --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3762// Sets the target object. This is part of the targetObject property.
3763// --------------------------------------------------------------------------------
3764ITriTargetablePtr EveTurretSet::GetTargetObject()
3765{
3766 return m_target->GetTargetable();
3767}
3768
3769// --------------------------------------------------------------------------------
3770// Description:

Callers

nothing calls this directly

Calls 1

GetTargetableMethod · 0.80

Tested by

no test coverage detected