MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / addMarker

Method addMarker

Engine/source/sfx/sfxSource.cpp:1140–1143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138//-----------------------------------------------------------------------------
1139
1140void SFXSource::addMarker( const String& name, F32 pos )
1141{
1142 addModifier( new SFXMarkerModifier( this, name, pos ) );
1143}
1144
1145//-----------------------------------------------------------------------------
1146

Callers 1

sfxSource.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected