Function ccCArrayRemoveValueAtIndex

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

Since v0.99.4

Removes value at specified index and pushes back all subsequent values. Behavior undefined if index outside [0, num-1].

Examples0