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

Method AddCustomMask

trinity/Eve/SpaceObject/EveSpaceObject2.cpp:2531–2534  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Add a new custom mask/projection patter from the outside --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2529// Add a new custom mask/projection patter from the outside
2530// --------------------------------------------------------------------------------
2531void EveSpaceObject2::AddCustomMask( EveCustomMaskPtr newCustomMask )
2532{
2533 m_customMasks.Append( newCustomMask );
2534}
2535
2536
2537bool EveSpaceObject2::GetImpactPosition( Vector3& out, int locator, const Vector3& posPrev, const Vector3& posNow, float epsilon )

Callers 1

SetupCustomMaskMethod · 0.80

Calls 1

AppendMethod · 0.80

Tested by

no test coverage detected