Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
void 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
101
S32 TSIntegerSet::start() const
102
{
Callers
7
animateNodes
Method · 0.80
handleDefaultScale
Method · 0.80
updateTransitionNodeTransforms
Method · 0.80
handleBlendSequence
Method · 0.80
animateVisibility
Method · 0.80
animateFrame
Method · 0.80
animateMatFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected