Function ccCArrayRemoveValue

#include <Geode/cocos/support/data_support/ccCArray.h>voidccCArrayRemoveValue(,
void*value
)

Since v0.99.4

Searches for the first occurrence of value and removes it. If value is not found the function has no effect.

Examples0