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

Method AddAttachment

trinity/Eve/SpaceObject/EveSpaceObject2.cpp:2855–2858  ·  view source on GitHub ↗

--------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2853
2854// --------------------------------------------------------------------------------
2855void EveSpaceObject2::AddAttachment( IEveSpaceObjectAttachment* attachment )
2856{
2857 m_attachments.Append( attachment );
2858}
2859
2860void EveSpaceObject2::ClearAttachments()
2861{

Callers 7

SetupSpriteSetsMethod · 0.45
SetupSpotlightSetsMethod · 0.45
SetupPlaneSetsMethod · 0.45
SetupSpriteLineSetsMethod · 0.45
SetupHazeSetsMethod · 0.45
SetupBannersMethod · 0.45
SetupBannerSetsMethod · 0.45

Calls 1

AppendMethod · 0.80

Tested by

no test coverage detected