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

Method GetRadius

trinity/Eve/Turret/EveTurretTarget.cpp:400–407  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Just pass through the getradius function call --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

398// Just pass through the getradius function call
399// --------------------------------------------------------------------------------
400float EveTurretTarget::GetRadius() const
401{
402 if( m_object )
403 {
404 return m_object->GetRadius();
405 }
406 return -1.f;
407}
408
409// --------------------------------------------------------------------------------
410// Description:

Callers 2

SetTargetScaleMethod · 0.45
UpdateVisibilityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected