Function ccArrayRemoveObjectAtIndex

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

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

Examples0