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

Method AddLocator

trinity/Eve/SpaceObject/EveSpaceObject2.cpp:2916–2919  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Add a new locator to this object from the outside --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2914// Add a new locator to this object from the outside
2915// --------------------------------------------------------------------------------
2916void EveSpaceObject2::AddLocator( EveLocator2* newLocator )
2917{
2918 m_locators.Append( newLocator );
2919}
2920
2921// --------------------------------------------------------------------------------
2922// Description:

Callers 2

SetupBoostersMethod · 0.80
SetupLocatorsMethod · 0.80

Calls 1

AppendMethod · 0.80

Tested by

no test coverage detected