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

Method getCurrentSlot

Engine/source/sfx/sfxController.cpp:662–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660//-----------------------------------------------------------------------------
661
662U32 SFXController::getCurrentSlot() const
663{
664 if( mIp >= mInsns.size() )
665 return 0;
666 else
667 return mInsns[ mIp ].mSlotIndex;
668}
669
670//-----------------------------------------------------------------------------
671

Callers 1

sfxController.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected