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

Method overlap

Engine/source/ts/tsIntegerSet.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void TSIntegerSet::overlap(const TSIntegerSet & otherSet)
84{
85 for (S32 i=0; i<MAX_TS_SET_DWORDS; i++)
86 bits[i] |= otherSet.bits[i];
87}
88
89void TSIntegerSet::difference(const TSIntegerSet & otherSet)
90{

Callers 15

animateNodesMethod · 0.45
handleDefaultScaleMethod · 0.45
handleNodeScaleMethod · 0.45
handleBlendSequenceMethod · 0.45
animateVisibilityMethod · 0.45
animateFrameMethod · 0.45
animateMatFrameMethod · 0.45
transitionToSequenceMethod · 0.45
clearTransitionMethod · 0.45
removeObjectMethod · 0.45
addSequenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected