Value::RemoveElements

Value::RemoveElements
SF_INLINE bool RemoveElements(unsigned idx, int count = -1);
Description

RemoveElements removes a range of elements from an array. Only valid for Array types.

Parameters
Parameters 
Description 
unsigned idx 
The start index of the range to be removed. 
int count = -1 
The number of elements including the start index to be removed. 
Return Value

True if the elements were removed, otherwise false.