Function ccArrayRemoveArray

#include <Geode/cocos/support/data_support/ccCArray.h>voidccArrayRemoveArray(,)

Removes from arr all objects in minusArr. For each object in minusArr, the first matching instance in arr will be removed.

Examples0