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

Method takeAway

Engine/source/ts/tsIntegerSet.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void TSIntegerSet::takeAway(const TSIntegerSet & otherSet)
96{
97 for (S32 i=0; i<MAX_TS_SET_DWORDS; i++)
98 bits[i] &= ~otherSet.bits[i];
99}
100
101S32 TSIntegerSet::start() const
102{

Callers 7

animateNodesMethod · 0.80
handleDefaultScaleMethod · 0.80
handleBlendSequenceMethod · 0.80
animateVisibilityMethod · 0.80
animateFrameMethod · 0.80
animateMatFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected