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

Method AddNotifyTarget

trinity/Tr2GrannyAnimation.cpp:2325–2331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2323}
2324
2325void Tr2GrannyAnimation::AddNotifyTarget( IBlueAsyncResNotifyTarget* p )
2326{
2327 if( find( begin( m_notifyTargets ), end( m_notifyTargets ), p ) == end( m_notifyTargets ) )
2328 {
2329 m_notifyTargets.push_back( p );
2330 }
2331}
2332
2333void Tr2GrannyAnimation::RemoveNotifyTarget( IBlueAsyncResNotifyTarget* p )
2334{

Callers 15

SetGrannyResourceMethod · 0.80
InitializeMethod · 0.80
SetGeometryResMethod · 0.80
SetLowResGeometryResMethod · 0.80
SetSharedGeometryResMethod · 0.80
InitializeMethod · 0.80
LoadSecondaryResPathMethod · 0.80
LoadGrannyResMethod · 0.80
InitializeMethod · 0.80
LoadAnimResPathMethod · 0.80
SetGrannyResourceMethod · 0.80

Calls 2

beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected